Sha256: d14394138e5b17d0b7d110c0d498820abe2a10d8f0443e5106da171c82766a2c

Contents?: true

Size: 601 Bytes

Versions: 2

Compression:

Stored size: 601 Bytes

Contents

.task-context: .context
  = context_icon :check_square_o
  = context_title task.title
  = render "flyboy/tasks/actions", task: task

  .infos
    strong
      = Flyboy::Task.human_attribute_name(:progress)
      = " : "
    = progress_bar(percentage: task.progress, label: true)

  = context_info Flyboy::Task.human_attribute_name(:created_at), l(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

2 entries across 2 versions & 1 rubygems

Version Path
flyboy-1.0.7 app/views/flyboy/tasks/_context.html.slim
flyboy-1.0.6 app/views/flyboy/tasks/_context.html.slim