Sha256: 1ab00c988e0077f259a66e9cbbecefe4c4e06c438033a984f86ba9547448169e
Contents?: true
Size: 502 Bytes
Versions: 7
Compression:
Stored size: 502 Bytes
Contents
%h1 %span = resource_class.model_name.human(count: :other) .pull-right = link_to(new_resource_path, class: 'btn btn-success') do %i.fas.fa-plus = t('.new') = render 'before_index_table', collection: @collection = collection_table(collection: @collection, resource_class: resource_class) do |t| = render 'table', table: t = render 'table_actions', table: t = render partial: 'pagination', locals: { collection: @collection} if respond_to?(:paginate?) && paginate?
Version data entries
7 entries across 7 versions & 1 rubygems