Sha256: 66fe73ec8403e3d6219d1208c36cac6c3cad79b73f51460360781e5c2fcc9cd9
Contents?: true
Size: 590 Bytes
Versions: 7
Compression:
Stored size: 590 Bytes
Contents
.context .context-header = icon :check_square_o = " " = task .context-body class=task.state = info task, :tags, tags(task) = info task, :progress, progress_bar(percentage: task.progress, label: true) = info task, :owner = info task, :created_at = info task, :reminder_date = info task, :term = info task, :done .context-footer = actions_for task - if policy(task).copy? = copy_button copy_flyboy_task_path(task), method: :patch - if policy(task).snooze? = snooze_button snooze_flyboy_task_path(task), method: :patch
Version data entries
7 entries across 7 versions & 1 rubygems