Sha256: 013a94bf6213b3a8458a209e0342d92e85a613f5e03c2f5b64b1628faf865327
Contents?: true
Size: 735 Bytes
Versions: 12
Compression:
Stored size: 735 Bytes
Contents
<% content_for :meta_title, t('.title', user: @entity.screen_name, page: current_page) %> <% content_for :breadcrumbs do %> <%= link_to(t('admin.users.nav_item.text'), admin_users_path) %> <%= admin_user_link(@entity) %> <span><%= t('.heading') %></span> <% end %> <article> <h1><%= t('admin.codes.index.heading') %></h1> <ul class="actions"> <li><%= return_icon(admin_user_path(id: @entity.id)) %></li> </ul> <%= paginate @collection %> <%= render partial: 'shared/admin/list', locals: { collection: @collection } %> <%= paginate @collection %> <section> <h2><%= t('codes.new.title') %></h2> <%= render partial: 'codes/form', locals: { entity: @entity.codes.new } %> </section> </article>
Version data entries
12 entries across 12 versions & 1 rubygems