Sha256: 7e41b9425ef3e13f585638c85603aaa30a0c62aa782e25ff9c0c5524af54f3ee

Contents?: true

Size: 500 Bytes

Versions: 4

Compression:

Stored size: 500 Bytes

Contents

- unless current_task.is_completed?
  = re_card_content do
    .text-center
      - if can_execute_task?(current_task)
        = link_to 'Execute NOW!!!', execute_task_path(current_task), class: 'btn btn-primary', method: :patch, data: { confirm: 'Are you sure?' }
      - else
        %p.text-danger.mb-0.fw-bold
          %i.bi.bi-x-octagon.me-1
          Not ready to Execute!
        %span.fs-13.text-muted.fw-lighter.mb-0
          %i.bi.bi-megaphone
          = how_to_executable(current_task)

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rails_execution-0.1.5 app/views/rails_execution/tasks/_actions.html.haml
rails_execution-0.1.4 app/views/rails_execution/tasks/_actions.html.haml
rails_execution-0.1.2 app/views/rails_execution/tasks/_actions.html.haml
rails_execution-0.1.1 app/views/rails_execution/tasks/_actions.html.haml