Skip to content

Instantly share code, notes, and snippets.

@baileylo
Created October 6, 2010 08:25
Show Gist options
  • Save baileylo/613013 to your computer and use it in GitHub Desktop.
Save baileylo/613013 to your computer and use it in GitHub Desktop.
<body>
<div id="nav">
<%= link_to "Register", new_user_path%> |
<%= link_to "Login", :login %>
</div>
<%= yield %>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment