You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
312 B

<%= render 'shared/public_top' %>
13 years ago
<body class="public">
<%= render 'shared/navigation' %>
13 years ago
13 years ago
<div class="container" id="main">
<div data-pjax-container="true">
<%= flash_display 'flash' %>
<%= yield %>
13 years ago
</div>
<%= render 'shared/bottom' %>
13 years ago
</div>
</body>
</html>