Skip to content

Instantly share code, notes, and snippets.

@mdarby
Created January 4, 2009 16:08
Show Gist options
  • Save mdarby/43085 to your computer and use it in GitHub Desktop.
Save mdarby/43085 to your computer and use it in GitHub Desktop.
# /some_object/show.html.erb
<% box('Name:') do %>
<%=h @some_object.name %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment