Skip to content

Instantly share code, notes, and snippets.

@britt
Created January 8, 2010 22:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save britt/272497 to your computer and use it in GitHub Desktop.
Save britt/272497 to your computer and use it in GitHub Desktop.
<div id="profile">
<div class="left column">
<div id="date"><%= print_date %></div>
<div id="address"><%= current_user.address %></div>
</div>
<div class="right column">
<div id="email"><%= current_user.email %></div>
<div id="bio"><%= current_user.bio %></div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment