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