Sha256: 9b3b05f9af994b0a020cdad1fcb2cd251e733bdf7c5177a4d1c32a1e06f1c879

Contents?: true

Size: 145 Bytes

Versions: 2

Compression:

Stored size: 145 Bytes

Contents

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

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
barkest_core-1.5.4.0 app/views/users/index.html.erb
barkest_core-1.5.3.0 app/views/users/index.html.erb