woese/guara-crm

View on GitHub
app/views/users/index.html.erb

Summary

Maintainability
Test Coverage
<% provide(:title, 'All users') %>
<h1>All users</h1>

<%= will_paginate %>

<ul class="users">
  <%= render @users %>
</ul>
<%= will_paginate %>