Sha256: 02f87f14b6f071b93ba3e7b2ec7202e04065ff7b58b0706d1eab2894b0288570

Contents?: true

Size: 1.21 KB

Versions: 5

Compression:

Stored size: 1.21 KB

Contents

<li id="sortable_<%= user.id %>" class='clearfix record <%= cycle("on", "on-hover") %>'>
  <span class='title'>
    <strong><%= user.username %></strong>
    <span class="preview">
      <%= t('.preview', :who => user.email, :created_at => l(user.created_at, :format => :short)) %>
    </span>
  </span>
  <span class='actions'>
    <%= mail_to user.email, refinery_icon_tag('email_go.png'),
                :title => t('.email_user') %>
    <%= link_to refinery_icon_tag('application_edit.png'),
                refinery.edit_authentication_devise_admin_user_path(user),
                :title => t('edit', :scope => 'refinery.authentication.devise.admin.users') if current_refinery_user.can_edit?(user) %>
    <%= link_to refinery_icon_tag('delete.png'),
                refinery.authentication_devise_admin_user_path(user),
                :class => "cancel confirm-delete",
                :title => t('delete', :scope => 'refinery.authentication.devise.admin.users'),
                :method => :delete,
                :data => {
                  :confirm => t('message', :scope => 'refinery.authentication.devise.admin.delete', :title => user.username)
                } if current_refinery_user.can_delete?(user) %>
  </span>
</li>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
refinerycms-authentication-devise-1.0.4 app/views/refinery/authentication/devise/admin/users/_user.html.erb
refinerycms-authentication-devise-1.0.3 app/views/refinery/authentication/devise/admin/users/_user.html.erb
refinerycms-authentication-devise-1.0.2 app/views/refinery/authentication/devise/admin/users/_user.html.erb
refinerycms-authentication-devise-1.0.1 app/views/refinery/authentication/devise/admin/users/_user.html.erb
refinerycms-authentication-devise-1.0.0 app/views/refinery/authentication/devise/admin/users/_user.html.erb