Project

General

Profile

« Previous | Next » 

Revision d995ecb4

Added by Paul Kelly almost 14 years ago

  • ID d995ecb41af4d4cb394e89a12983dc168fcf97a3

Ensure that all index views and controllers are consistent

Ensures that all controllers use @search in the index method
Ensure that all index views use pagination

View differences:

app/views/models/index.html.erb
<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>
<td align="right">
<%= link_to "Destroy", model, :confirm => "Delete #{model.name}?", :method => :delete %>
</td>
</tr>
<% end %>
</table>
Found <%= @models.size %> models
<%= page_entries_info @models %>
<%= will_paginate @models %>
<p><%= link_to "New Model", new_model_path %></p>

Also available in: Unified diff