Sha256: f92141003e33ceef9c5bd6490386cf5fc4f320d5619e8acdd3e9d73ced92d24d

Contents?: true

Size: 347 Bytes

Versions: 2

Compression:

Stored size: 347 Bytes

Contents

.ml-auto
  - if Cmor::Core.features?(:cmor_transports) && 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

2 entries across 2 versions & 1 rubygems

Version Path
cmor_core_backend-0.0.60.pre app/views/cmor/core/backend/resources_controller/base/_index_actions.html.haml
cmor_core_backend-0.0.59.pre app/views/cmor/core/backend/resources_controller/base/_index_actions.html.haml