root/trunk/demo/app/views/contents/show.rhtml
| Revision 5, 235 bytes (checked in by jk, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | <% for column in Content.content_columns %> |
| 2 | <p> |
| 3 | <b><%= column.human_name %>:</b> <%=h @content.send(column.name) %> |
| 4 | </p> |
| 5 | <% end %> |
| 6 | |
| 7 | <%= link_to 'Edit', :action => 'edit', :id => @content %> | |
| 8 | <%= link_to 'Back', :action => 'list' %> |
Note: See TracBrowser for help on using the browser.
