Sha256: 7cc95b5b8fd29fa87f71e5d6fa7129083b5af3fda323e5ec9f741ea1f2632b1f

Contents?: true

Size: 833 Bytes

Versions: 19

Compression:

Stored size: 833 Bytes

Contents

= simple_form_for (@task_comment || @task.comments.new), as: :task_comment do |f|
  table
    thead
      tr
        th = Dorsale::Flyboy::TaskComment.t(:progress)
        th = Dorsale::Flyboy::TaskComment.t(:description)
        th
    tbody
      tr
        td.task_progress
          = f.input :progress, label: false

        td.description
          = f.input :description, label: false

        td.actions
          = f.hidden_field :task_id
          input.btn.btn-success type="submit" value=t("actions.create")

      - @task.reload.comments.map do |comment|
        tr
          td.task_progress
            = progress_bar percentage: comment.progress, label: true

          td.description
            p: small
              span.date = l(comment.date)

            p = text2html comment.description

          td.actions

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
dorsale-2.2.1 app/views/dorsale/flyboy/task_comments/_list.html.slim
dorsale-2.2.0 app/views/dorsale/flyboy/task_comments/_list.html.slim
dorsale-2.1.15 app/views/dorsale/flyboy/task_comments/_list.html.slim
dorsale-2.1.14 app/views/dorsale/flyboy/task_comments/_list.html.slim
dorsale-2.1.13 app/views/dorsale/flyboy/task_comments/_list.html.slim
dorsale-2.1.12 app/views/dorsale/flyboy/task_comments/_list.html.slim
dorsale-2.1.11 app/views/dorsale/flyboy/task_comments/_list.html.slim
dorsale-2.1.10 app/views/dorsale/flyboy/task_comments/_list.html.slim
dorsale-2.1.9 app/views/dorsale/flyboy/task_comments/_list.html.slim
dorsale-2.1.8 app/views/dorsale/flyboy/task_comments/_list.html.slim
dorsale-2.1.7 app/views/dorsale/flyboy/task_comments/_list.html.slim
dorsale-2.1.6 app/views/dorsale/flyboy/task_comments/_list.html.slim
dorsale-2.1.5 app/views/dorsale/flyboy/task_comments/_list.html.slim
dorsale-2.1.4 app/views/dorsale/flyboy/task_comments/_list.html.slim
dorsale-2.1.3 app/views/dorsale/flyboy/task_comments/_list.html.slim
dorsale-2.1.2 app/views/dorsale/flyboy/task_comments/_list.html.slim
dorsale-2.1.1 app/views/dorsale/flyboy/task_comments/_list.html.slim
dorsale-2.1.0 app/views/dorsale/flyboy/task_comments/_list.html.slim
dorsale-2.0.1 app/views/dorsale/flyboy/task_comments/_list.html.slim