Sha256: 8be7ecac602dd18421124895f3ad6f97192af8803db3cbcea589ac1c6dd1f53a
Contents?: true
Size: 501 Bytes
Versions: 1
Compression:
Stored size: 501 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 ? Refinery::I18n.locales[user.locale.to_sym] : t('.default') %> </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.1 | app/views/admin/admin_locales/_user.html.erb |