Sha256: e24e1876878c9885a66ff967a764d2693db7933a0bec73e4ca15accdcd5b36de
Contents?: true
Size: 582 Bytes
Versions: 3
Compression:
Stored size: 582 Bytes
Contents
<% content_for :toolbar do %> <%= render 'toolbar', resource_class: resource_class, parent: current_parent do %> <%= render partial: 'toolbar_search_input', locals: { search_object: @collection.search_object, search_field: @collection.search_field } %> <%= render partial: 'toolbar_actions', locals: { actions: @collection.actions.collection_actions.permitted_for(policy(resource_class)), resource: resource_class } %> <% end %> <% end %> <%= render 'table', table: @collection %>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
plutonium-0.6.2 | app/views/resource/index.html.erb |
plutonium-0.6.1 | app/views/resource/index.html.erb |
plutonium-0.6.0 | app/views/resource/index.html.erb |