Sha256: 36810b651e94709d7b08fc9b3d1a64dd9b3c33e18d271e1e1e0544a7c02ec4c0

Contents?: true

Size: 701 Bytes

Versions: 14

Compression:

Stored size: 701 Bytes

Contents

= simple_form_for (@task_comment || @task.comments.new), as: :task_comment do |f|
  .panel.panel-default: table
    thead
      tr
        th.task_comment-progress
          = sortable_column Dorsale::Flyboy::TaskComment.t(:progress), :date

        th.task_comment-description
          = sortable_column Dorsale::Flyboy::TaskComment.t(:description), :description

    tbody
      - if params[:sort] != "date"
        = render "dorsale/flyboy/task_comments/form", f: f

      - @task_comments.each do |task_comment|
        = render "dorsale/flyboy/task_comments/task_comment", task_comment: task_comment

      - if params[:sort] == "date"
        = render "dorsale/flyboy/task_comments/form", f: f

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
dorsale-3.9.7 app/views/dorsale/flyboy/task_comments/_list.html.slim
dorsale-3.9.6 app/views/dorsale/flyboy/task_comments/_list.html.slim
dorsale-3.9.5 app/views/dorsale/flyboy/task_comments/_list.html.slim
dorsale-3.9.4 app/views/dorsale/flyboy/task_comments/_list.html.slim
dorsale-3.9.3 app/views/dorsale/flyboy/task_comments/_list.html.slim
dorsale-3.9.2 app/views/dorsale/flyboy/task_comments/_list.html.slim
dorsale-3.9.1 app/views/dorsale/flyboy/task_comments/_list.html.slim
dorsale-3.9.0 app/views/dorsale/flyboy/task_comments/_list.html.slim
dorsale-3.8.1 app/views/dorsale/flyboy/task_comments/_list.html.slim
dorsale-3.8.0 app/views/dorsale/flyboy/task_comments/_list.html.slim
dorsale-3.7.8 app/views/dorsale/flyboy/task_comments/_list.html.slim
dorsale-3.7.7 app/views/dorsale/flyboy/task_comments/_list.html.slim
dorsale-3.7.6 app/views/dorsale/flyboy/task_comments/_list.html.slim
dorsale-3.7.5 app/views/dorsale/flyboy/task_comments/_list.html.slim