<%= column.human_name %> | <% end %>|||
---|---|---|---|
<%= entry.send(column.name) %> | <% end %><%= link_to "Show", :action => "show#{@scaffold_suffix}", :id => entry.id %> | <%= link_to "Edit", :action => "edit#{@scaffold_suffix}", :id => entry.id %> | <%= link_to "Destroy", :action => "destroy#{@scaffold_suffix}", :id => entry.id %> |