Sha256: a016e8f517112c4c0f35414d6953e556668bd79d07cd21aa02a67bb92016271f

Contents?: true

Size: 963 Bytes

Versions: 32

Compression:

Stored size: 963 Bytes

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'), edit_admin_user_path(user),
                :title => t('edit', :scope => 'admin.users')%>
    <%= link_to refinery_icon_tag('delete.png'), admin_user_path(user),
                :class => "cancel confirm-delete",
                :title => t('delete', :scope => 'admin.users'),
                :method => :delete,
                :confirm => t('message', :scope => 'shared.admin.delete', :title => user.username) if current_user.can_delete?(user) %>
  </span>
</li>

Version data entries

32 entries across 32 versions & 2 rubygems

Version Path
refinerycms-authentication-0.9.9.12 app/views/admin/users/_user.html.erb
refinerycms-authentication-0.9.9.11 app/views/admin/users/_user.html.erb
refinerycms-authentication-0.9.9.10 app/views/admin/users/_user.html.erb
refinerycms-authentication-0.9.9.9 app/views/admin/users/_user.html.erb
refinerycms-authentication-0.9.9.8 app/views/admin/users/_user.html.erb
refinerycms-authentication-0.9.9.7 app/views/admin/users/_user.html.erb
refinerycms-authentication-0.9.9.5 app/views/admin/users/_user.html.erb
refinerycms-authentication-0.9.9.4 app/views/admin/users/_user.html.erb
refinerycms-authentication-0.9.9.3 app/views/admin/users/_user.html.erb
refinerycms-authentication-0.9.9.2 app/views/admin/users/_user.html.erb
refinerycms-authentication-0.9.9.1 app/views/admin/users/_user.html.erb
refinerycms-0.9.9 authentication/app/views/admin/users/_user.html.erb