Skip to content

Instantly share code, notes, and snippets.

@jpfinlay
Created February 15, 2013 18:32
Show Gist options
  • Save jpfinlay/4962328 to your computer and use it in GitHub Desktop.
Save jpfinlay/4962328 to your computer and use it in GitHub Desktop.
<body>
<p class="flash">
<%= flash.notice %>
</p>
<div id="container">
<div id="content">
<%= yield %>
<hr>
<h6>
<% if logged_in? %>
<%= "Logged in as #{current_user.username}" %>
<% else %>
Logged out
<% end %>
</h6>
</div>
</div>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment