Project

General

Profile

Download (286 Bytes) Statistics
| Branch: | Tag: | Revision:
<% title "Audits" %>

<table class="table table-striped">
<% @audits.each do |audit| %>
<tr>
<td class="row-fluid"><%= render :partial => 'row', :locals =>{:audit => audit}%></td>
</tr>
<% end %>
</table>

<%= page_entries_info @audits %>
<%= will_paginate @audits %>
(2-2/3)