Sha256: c802b91903e67b815c8c73fead9e7d250e85c4a24f85001da96b5fc463ea9126
Contents?: true
Size: 229 Bytes
Versions: 1
Compression:
Stored size: 229 Bytes
Contents
<% for column in Entry.content_columns %> <p> <b><%= column.human_name %>:</b> <%=h @entry.send(column.name) %> </p> <% end %> <%= link_to 'Edit', :action => 'edit', :id => @entry %> | <%= link_to 'Back', :action => 'list' %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
user_query-0.1.0 | examples/userqueryex/app/views/entries/show.rhtml |