Project

General

Profile

Download (549 Bytes) Statistics
| Branch: | Tag: | Revision:
<% title "Hostgroups" %>

<table class="list">
<tr>
<th>Name</th>
<th></th>
</tr>
<% for hostgroup in @hostgroups %>
<tr class="<%= cycle("even", "odd") -%>">
<td><%=link_to h(hostgroup.name), edit_hostgroup_path(hostgroup) %></td>
<td align="right">
<%= link_to "Destroy", hostgroup, :confirm => 'Are you sure?', :method => :delete %>
</td>
</tr>
<% end %>
</table>
<%= page_entries_info @hostgroups %>
<%= will_paginate @hostgroups %>
<p><%= link_to "New Hostgroup", new_hostgroup_path %></p>
(3-3/4)