Sha256: c877a8671b8cf1d7fa0bfe23f3f1681a55ee4851e85d1885003e1f43f9c9cc0e

Contents?: true

Size: 366 Bytes

Versions: 6

Compression:

Stored size: 366 Bytes

Contents

<%= render partial: "breadcrumb", locals: { index: true } %>

<%= render partial: "scopes" %>

<% if filter_map.present? %>
  <%= render partial: "filters" %>
<% end %>

<%= form_tag [:batch_action, @resource_class], id: "batch-actions-form" do %>

  <%= render partial: "actions" %>

  <%= render partial: "table" %>

<% end %>

<%= render partial: "pagination" %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
godmin-0.9.5 app/views/godmin/resource/index.html.erb
godmin-0.9.4 app/views/godmin/resource/index.html.erb
godmin-0.9.3 app/views/godmin/resource/index.html.erb
godmin-0.9.2 app/views/godmin/resource/index.html.erb
godmin-0.9.1 app/views/godmin/resource/index.html.erb
godmin-0.9.0 app/views/godmin/resource/index.html.erb