Sha256: a6997d5997ffbf134cf1dac3e8d9a65ec0c363b8bb9c29b28f7c2cb102f6b16c
Contents?: true
Size: 596 Bytes
Versions: 15
Compression:
Stored size: 596 Bytes
Contents
<% content_for :header do %> <%= render Koi::Header::IndexComponent.new(model: Admin::User, title: "Archived") do |component| %> <% component.with_breadcrumb "Admins", admin_admin_users_path %> <% end %> <% end %> <%= table_query_with(collection:) %> <%= table_selection_with(collection:) do %> <%= tag.button "Restore", formaction: restore_admin_admin_users_path, formmethod: :put %> <% end %> <%= table_with(collection:) do |row| %> <% row.select %> <% row.link :name, url: :admin_admin_user_path %> <% row.text :email %> <% end %> <%= table_pagination_with(collection:) %>
Version data entries
15 entries across 15 versions & 1 rubygems