Sha256: ba5a5f47f8fa9c553723b6ba3899902c1ff69033512c7115b0b5dfc2c5e9c465

Contents?: true

Size: 783 Bytes

Versions: 5

Compression:

Stored size: 783 Bytes

Contents

<li id="sortable_<%= user.id %>" class='clearfix record <%= cycle("on", "on-hover") %>'>
  <span class='title'>
    <strong><%= user.login %></strong>
    <span class="preview">(<%= user.email %>) created <%= user.created_at.strftime("%b %d, %Y") %></span>

    <span class='actions'>
      <%= link_to refinery_icon_tag('delete.png'), admin_user_path(user),
                  :class => "cancel confirm-delete",
                  :title => "Remove this user forever" if current_user.can_delete?(user) %>
      <%= link_to refinery_icon_tag('application_edit.png'), edit_admin_user_path(user),
                  :title => 'Edit this user' %>
      <%= mail_to user.email, refinery_icon_tag('email_go.png'),
                  :title => 'Email this user' %>
    </span>
  </span>
</li>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
refinerycms-0.9.6.34 vendor/plugins/authentication/app/views/admin/users/_user.html.erb
refinerycms-0.9.6.33 vendor/plugins/authentication/app/views/admin/users/_user.html.erb
refinerycms-0.9.6.32 vendor/plugins/authentication/app/views/admin/users/_user.html.erb
refinerycms-0.9.6.31 vendor/plugins/authentication/app/views/admin/users/_user.html.erb
refinerycms-0.9.6.30 vendor/plugins/authentication/app/views/admin/users/_user.html.erb