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.
19 lines
375 B
19 lines
375 B
<%= render 'shared/public_top' %> |
|
|
|
<body class="public"> |
|
|
|
<div id="wrap"> |
|
|
|
<%= render 'shared/navigation' %> |
|
<div class="container animated fast fadeInDown" id="main"> |
|
<%= flash_display 'flash' %> |
|
<%= yield %> |
|
</div> |
|
|
|
<div id="push"></div> |
|
</div> |
|
|
|
<%= render 'shared/bottom' %> |
|
|
|
</body> |
|
</html>
|
|
|