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