Project

General

Profile

Download (502 Bytes) Statistics
| Branch: | Tag: | Revision:
<% title "Models" %>

<table class="list">
<tr>
<th>Name</th>
<th>Hosts</th>
<th></th>
</tr>
<% for model in @models %>
<tr class="<%= cycle("even", "odd") -%>">
<td><%=link_to h(model.name), edit_model_path(model)%></td>
<td><%= model.hosts.count %></td>
<td><%= link_to "Destroy", model, :confirm => 'Are you sure?', :method => :delete %></td>
</tr>
<% end %>
</table>

Found <%= @models.size %> models

<p><%= link_to "New Model", new_model_path %></p>
(3-3/4)