source: de.wigbels.ruby/contact/app/views/admincontactgroup/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: 339 bytes
Line 
1<table>
2<% for column in Contactgroup.content_columns %>
3  <tr>
4        <td><b><%= column.human_name %>:</b></td>
5        <td><%=h @contactgroup.send(column.name) %></td>
6  </tr>
7<% end %>
8  <tr>
9        <td><%= link_to 'Edit', :action => 'edit', :id => @contactgroup %></td>
10        <td><%= link_to 'Back', :action => 'list' %></td>
11  </tr>
12</table>
Note: See TracBrowser for help on using the repository browser.