Project

General

Profile

Download (925 Bytes) Statistics
| Branch: | Tag: | Revision:
<% title "Smart variables" %>

<table class="table table-bordered table-striped">
<tr>
<th><%= sort :key, :as => "Variable" %></th>
<th><%= sort :puppetclass %></th>
<th>Number of Values</th>
<th></th>
</tr>

<% @lookup_keys.each do |lookup_key| %>
<tr class="<%= cycle("even", "odd") -%>">
<td><%= link_to_if_authorized h(lookup_key.key), hash_for_edit_lookup_key_path(:id => lookup_key) %></td>

<td>
<% puppet_class = lookup_key.param_class %>
<%= link_to_if_authorized h(puppet_class), hash_for_edit_puppetclass_path(:id => puppet_class) if puppet_class %></td>
<td><%=h lookup_key.lookup_values.count %></td>
<td><%= display_delete_if_authorized hash_for_lookup_key_path(:id => lookup_key), :confirm => "Delete #{lookup_key.key}?" %></td>
</tr>
<% end %>
</table>
<%= page_entries_info @lookup_keys, :model => "Smart Variables"%>
<%= will_paginate @lookup_keys %>
(4-4/4)