source: de.wigbels.ruby/contact/app/views/admincontact/show.rhtml @ 7b7d827

Last change on this file since 7b7d827 was 7b7d827, checked in by njw <njw@…>, 10 years ago

opened projects: hothotwrite and contact

  • Property mode set to 100644
File size: 326 bytes
Line 
1<table>
2<% for column in Contact.content_columns %>
3        <tr>
4                <td><b><%= column.human_name %>:</b></td>
5                <td><%=h @contact.send(column.name) %></td>
6        </tr>
7<% end %>
8        <tr>
9      <td><%= link_to 'Edit', :action => 'edit', :id => @contact %></td>
10      <td><%= link_to 'Back', :action => 'list' %></td>
11        </tr>
12</table>
Note: See TracBrowser for help on using the repository browser.