Sha256: 3b566940dcd47ce3954102d0e7b6e43d9df7a80b4433f5118386cd095cfb5919

Contents?: true

Size: 932 Bytes

Versions: 57

Compression:

Stored size: 932 Bytes

Contents

= table.column(:actions, title: false) do |resource|
  - capture_haml do
    .w-100.d-flex
      .btn-group.ml-auto
        - if available_rest_actions.include?(:show)
          = link_to({ action: :show, id: resource.to_param }, class: 'show btn btn-xs btn-responsive btn-primary') do
            %i.fas.fa-eye
            %span.btn-text= t('.show')
        - if available_rest_actions.include?(:edit)
          = link_to({ action: :edit, id: resource.to_param }, class: 'edit btn btn-xs btn-responsive btn-secondary') do
            %i.fas.fa-edit
            %span.btn-text= t('.edit')
        - if available_rest_actions.include?(:destroy)
          = link_to(url_for({ action: :show, id: resource.to_param }), class: 'destroy btn btn-xs btn-responsive btn-danger', method: :delete, 'data-confirm': I18n.t('administrador.controller.confirmations.destroy')) do
            %i.fas.fa-fire
            %span.btn-text= t('.destroy')

Version data entries

57 entries across 57 versions & 3 rubygems

Version Path
cmor_system-0.0.60.pre app/views/cmor/system/delayed_backend_active_record_jobs/_index_table_actions.html.haml
cmor_system-0.0.59.pre app/views/cmor/system/delayed_backend_active_record_jobs/_index_table_actions.html.haml
cmor_system-0.0.58.pre app/views/cmor/system/delayed_backend_active_record_jobs/_index_table_actions.html.haml
cmor_system-0.0.57.pre app/views/cmor/system/delayed_backend_active_record_jobs/_index_table_actions.html.haml
cmor_system-0.0.56.pre app/views/cmor/system/delayed_backend_active_record_jobs/_index_table_actions.html.haml
cmor_system-0.0.55.pre app/views/cmor/system/delayed_backend_active_record_jobs/_index_table_actions.html.haml
cmor_system-0.0.54.pre app/views/cmor/system/delayed_backend_active_record_jobs/_index_table_actions.html.haml
cmor_system-0.0.53.pre app/views/cmor/system/delayed_backend_active_record_jobs/_index_table_actions.html.haml
cmor_system-0.0.52.pre app/views/cmor/system/delayed_backend_active_record_jobs/_index_table_actions.html.haml
cmor_system-0.0.51.pre app/views/cmor/system/delayed_backend_active_record_jobs/_index_table_actions.html.haml
cmor_system-0.0.50.pre app/views/cmor/system/delayed_backend_active_record_jobs/_index_table_actions.html.haml
cmor_system-0.0.49.pre app/views/cmor/system/delayed_backend_active_record_jobs/_index_table_actions.html.haml
cmor_system-0.0.48.pre app/views/cmor/system/delayed_backend_active_record_jobs/_index_table_actions.html.haml
cmor_system-0.0.45.pre app/views/cmor/system/delayed_backend_active_record_jobs/_index_table_actions.html.haml
cmor_system-0.0.44.pre app/views/cmor/system/delayed_backend_active_record_jobs/_index_table_actions.html.haml
cmor_system_backend-0.0.43.pre app/views/cmor/system/backend/delayed_backend_active_record_jobs/_index_table_actions.html.haml
cmor_system_backend-0.0.42.pre app/views/cmor/system/backend/delayed_backend_active_record_jobs/_index_table_actions.html.haml
cmor_system_backend-0.0.41.pre app/views/cmor/system/backend/delayed_backend_active_record_jobs/_index_table_actions.html.haml
cmor_system_backend-0.0.40.pre app/views/cmor/system/backend/delayed_backend_active_record_jobs/_index_table_actions.html.haml
cmor_system_backend-0.0.39.pre app/views/cmor/system/backend/delayed_backend_active_record_jobs/_index_table_actions.html.haml