Sha256: 901d0bead1daff1ecebdcc8152563c091515227a031e5ab79621c68aaa086c40
Contents?: true
Size: 483 Bytes
Versions: 13
Compression:
Stored size: 483 Bytes
Contents
<%# locals: { table:, collection } %> <% content_for :header do %> <%= render Koi::Header::IndexComponent.new(model: UrlRewrite) do |component| %> <% component.with_action "New", new_admin_url_rewrite_path %> <% end %> <% end %> <%= table_query_with(collection:) %> <%= table_with(collection:) do |row, url_rewrite| %> <%= row.link :from, url: [:admin, url_rewrite] %> <%= row.text :to %> <%= row.boolean :active %> <% end %> <%== pagy_nav(collection.pagination) %>
Version data entries
13 entries across 13 versions & 1 rubygems