Sha256: 3c198b2f8d9b08fb8515b7f22db36efb26140c8f8ac547172ebb74250690088c

Contents?: true

Size: 314 Bytes

Versions: 10

Compression:

Stored size: 314 Bytes

Contents

#new-comment
  = re_card_content do
    = form_for comment || current_task.comments.new, url: task_comments_path(current_task), remote: true do |f|
      = f.text_area :content, { rows: 3 }
      .mt-3
        .text-start.text-danger= alert
        .text-end= f.submit 'Comment', class: 'btn btn-outline-success'

Version data entries

10 entries across 10 versions & 1 rubygems

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