root/trunk/vendor/rails/actionpack/lib/action_controller/templates/scaffolds/show.rhtml @ 58

Revision 58, 378 bytes (checked in by dema, 7 years ago)

Updating to Rails 1.1.2

Line 
1<% for column in @scaffold_class.content_columns %>
2  <p>
3    <b><%= column.human_name %>:</b>
4    <%= instance_variable_get("@#{@scaffold_singular_name}").send(column.name) %>
5  </p>
6<% end %>
7
8<%= link_to "Edit", :action => "edit#{@scaffold_suffix}", :id => instance_variable_get("@#{@scaffold_singular_name}") %> |
9<%= link_to "Back", :action => "list#{@scaffold_suffix}" %>
Note: See TracBrowser for help on using the browser.