Project

General

Profile

Download (572 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 align="right">
<%= link_to "Destroy", model, :confirm => "Delete #{model.name}?", :method => :delete %>
</td>
</tr>
<% end %>
</table>
<%= page_entries_info @models %>
<%= will_paginate @models %>

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