Sha256: 05e31478e98571d4512ae96950f2938841da3ac0120ca773716ac0465d065275

Contents?: true

Size: 364 Bytes

Versions: 3

Compression:

Stored size: 364 Bytes

Contents

.ml-auto
  - if Cmor::Core.features?(:cmor_transports) && controller.class.available_rest_actions.include?(:export)
    = link_to(export_path, class: 'btn btn-secondary btn-circle btn-lg') do
      %i.fas.fa-file-export
  - if available_rest_actions.include?(:new)
    = link_to({ action: :new }, class: 'btn btn-success btn-circle btn-lg') do
      %i.fas.fa-plus

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cmor_core_backend-0.0.58.pre app/views/cmor/core/backend/resources_controller/base/_index_actions.html.haml
cmor_core_backend-0.0.57.pre app/views/cmor/core/backend/resources_controller/base/_index_actions.html.haml
cmor_core_backend-0.0.56.pre app/views/cmor/core/backend/resources_controller/base/_index_actions.html.haml