Project

General

Profile

« Previous | Next » 

Revision 2e04e41b

Added by Ohad Levy almost 14 years ago

  • ID 2e04e41bfa05c123bab0b436dccb0c344d7ee417

CSS rework, aligned view on all pages
removed google JS from pages which do not require it

View differences:

app/views/lookup_keys/index.html.erb
<table>
<table class=list>
<tr>
<th>Variable</th>
<th>Number of Values</th>
<th</th>
</tr>
<% @lookup_key.each do |lookup_key| %>
<tr>
<tr class="<%= cycle("even", "odd") -%>">
<td><%= link_to h(lookup_key.key), edit_lookup_key_path(lookup_key) %></td>
<td><%=h lookup_key.lookup_values.count %></td>
<td><%= link_to 'Destroy', lookup_key, :confirm => 'Are you sure?', :method => :delete %></td>

Also available in: Unified diff