Sha256: ea173bd38fab22950d57d24e9146907a6f526cee08d5b7f7e79c9677ddfe4c11
Contents?: true
Size: 467 Bytes
Versions: 36
Compression:
Stored size: 467 Bytes
Contents
<table class="adminTable"> <thead> <tr> <th><%= t('muck.users.name') %></th> <th><%= t('muck.users.email_address') %></th> <th><%= t('muck.users.roles') %></th> <th></th> <th></th> <th></th> <th></th> </tr> </thead> <tbody> <%= render :partial => 'admin/users/row', :collection => @users, :as => :user %> </tbody> <tfoot> <tr> <td colspan="7"> <%= will_paginate @users %> </td> </tr> </tfoot> </table>
Version data entries
36 entries across 36 versions & 1 rubygems