Sha256: cb000382aea1ed21661ce478272e5a2b09eb73851585e566b2f2832db9583cb8
Contents?: true
Size: 586 Bytes
Versions: 7
Compression:
Stored size: 586 Bytes
Contents
.task-context: .context = context_icon :check_square_o = context_title task.title = render "flyboy/tasks/actions" .infos strong = Flyboy::Task.human_attribute_name(:progress) = " : " = progress_bar(percentage: task.progress, label: true) = context_info Flyboy::Task.human_attribute_name(:created_at), task.created_at = context_info Flyboy::Task.human_attribute_name(:reminder), l(task.reminder) = context_info Flyboy::Task.human_attribute_name(:term), l(task.term) = context_info Flyboy::Task.human_attribute_name(:done), task.done ? 'Oui' : 'Non'
Version data entries
7 entries across 7 versions & 1 rubygems