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

Version Path
flyboy-1.0.4 app/views/flyboy/tasks/_context.html.slim
flyboy-1.0.3 app/views/flyboy/tasks/_context.html.slim
flyboy-1.0.2 app/views/flyboy/tasks/_context.html.slim
flyboy-1.0.1 app/views/flyboy/tasks/_context.html.slim
flyboy-1.0.0 app/views/flyboy/tasks/_context.html.slim
flyboy-0.0.6 app/views/flyboy/tasks/_context.html.slim
flyboy-0.0.5 app/views/flyboy/tasks/_context.html.slim