Skip to content

Instantly share code, notes, and snippets.

@fitoria
Forked from marconipoveda/gist:49342
Created January 20, 2009 05:12
Show Gist options
  • Save fitoria/49343 to your computer and use it in GitHub Desktop.
Save fitoria/49343 to your computer and use it in GitHub Desktop.
<p>
<b>Name:</b>
<%=h @post.name %>
</p>
<p>
<b>Email:</b>
<%=h @post.email %>
</p>
<p>
<b>Date:</b>
<%=h @post.date %>
</p>
<p>
<b>Have:</b>
<%=h @post.have %>
</p>
<p>
<b>Need:</b>
<%=h @post.need %>
</p>
<%= link_to 'Edit', edit_post_path(@post) %> |
<%= link_to 'Back', posts_path %>
<%= button_to "Ofertar", :action => :offer, :id => :@post.id %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment