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

Version Path
rao-resources_controller-0.0.52.pre app/views/rao/resources_controller/base/index.html.haml
rao-resources_controller-0.0.51.pre app/views/rao/resources_controller/base/index.html.haml
rao-resources_controller-0.0.50.pre app/views/rao/resources_controller/base/index.html.haml
rao-resources_controller-0.0.49.pre app/views/rao/resources_controller/base/index.html.haml
rao-resources_controller-0.0.48.pre app/views/rao/resources_controller/base/index.html.haml
rao-resources_controller-0.0.47.pre app/views/rao/resources_controller/base/index.html.haml
rao-resources_controller-0.0.46.pre app/views/rao/resources_controller/base/index.html.haml