Sha256: afcef462e09d0b4dcf620be03f362faeb5d65007fbb5bc0c4cdbbe291da00e82

Contents?: true

Size: 515 Bytes

Versions: 10

Compression:

Stored size: 515 Bytes

Contents

= re_card_content do
  - if current_task.script.blank?
    %p.text-center.text-muted.mt-3
      %i.bi.bi-quote.fs-5
      Script is empty!
  - else
    %h5.section-title.mb-3 Script
    #task-detail
      = link_to '#full-screen', class: 'btn', id: 'click2full' do
        %i.bi.bi-arrows-fullscreen
        %i.bi.bi-arrows-angle-contract
      #script-editor.collapsed= current_task.script
      = link_to '#detail', class: 'btn', id: 'click2detail' do
        %i.bi.bi-arrow-bar-down.me-2
        Click to detail

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
rails_execution-0.1.12 app/views/rails_execution/tasks/_script_content.html.haml
rails_execution-0.1.11 app/views/rails_execution/tasks/_script_content.html.haml
rails_execution-0.1.10 app/views/rails_execution/tasks/_script_content.html.haml
rails_execution-0.1.9 app/views/rails_execution/tasks/_script_content.html.haml
rails_execution-0.1.8 app/views/rails_execution/tasks/_script_content.html.haml
rails_execution-0.1.7 app/views/rails_execution/tasks/_script_content.html.haml
rails_execution-0.1.5 app/views/rails_execution/tasks/_script_content.html.haml
rails_execution-0.1.4 app/views/rails_execution/tasks/_script_content.html.haml
rails_execution-0.1.2 app/views/rails_execution/tasks/_script_content.html.haml
rails_execution-0.1.1 app/views/rails_execution/tasks/_script_content.html.haml