Sha256: 8404dd118cf34b1c70c2fb987243b20e36f6ac7a40bddc5aef16ebecc018ae0e
Contents?: true
Size: 453 Bytes
Versions: 29
Compression:
Stored size: 453 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> </tr> </thead> <tbody> <%= render :partial => 'admin/users/row', :collection => @users, :as => :user %> </tbody> <tfoot> <tr> <td colspan="6"> <%= will_paginate @users %> </td> </tr> </tfoot> </table>
Version data entries
29 entries across 29 versions & 1 rubygems