Sha256: f535d8b69a56c398ed4d5ebd55c5542eb2dce9b5fd0dd30525f7ca036f579a22

Contents?: true

Size: 453 Bytes

Versions: 1

Compression:

Stored size: 453 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 '.locale' %>: <%= user.locale || t('.any') %>
    </span>
  </span>
  <span class='actions'>
    <%= link_to refinery_icon_tag('application_edit.png'),
                edit_admin_admin_locale_path(user),
                :title => t('.edit') %>
  </span>
</li>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
refinerycms-admin-locales-1.0.0 app/views/admin/admin_locales/_user.html.erb