<%= link_to 'New lab_group', :action => 'new' %>
<% if @lab_groups.size > 0 %>Name |
<% LabGroupProfile.index_columns.each do |c| %>
<%= c.humanize %> |
<% end %>
Edit |
Destroy |
|---|---|---|---|
| <%=h lab_group.name %> | <% LabGroupProfile.index_columns.each do |c| %><%=h profile.send(c) %> | <% end %><%= link_to 'Edit', :action => 'edit', :id => lab_group %> | <%= link_to 'Destroy', lab_group, :confirm => profile.destroy_warning, :method => :delete %> |
There are currently no lab groups.
<% end %>