Sha256: 84a8ba3c98198f4334434a386dfb6605f752c983b9b79dd9b4aa3d559d489eb1
Contents?: true
Size: 521 Bytes
Versions: 38
Compression:
Stored size: 521 Bytes
Contents
<table id="manage" class="manage"> <thead> <tr> <th><%= t('muck.users.name') %></th> <th><%= t('muck.users.email_address') %></th> <th></th> <th></th> </tr> </thead> <tbody> <%= render :partial => 'admin/users/row', :collection => @users, :as => :user %> </tbody> </table> <%= will_paginate @users %> <script type="text/javascript" language="JavaScript"> jQuery(document).ready(function() { jQuery(".delete-user").click(function() { jQuery(this).parent().html('deleting user...'); }); }); </script>
Version data entries
38 entries across 38 versions & 1 rubygems