Sha256: 1f78f4528fd131e0e2205e388d2dc67b34a50f0b8a635b51fe6f3318a2b4d2e2

Contents?: true

Size: 682 Bytes

Versions: 4

Compression:

Stored size: 682 Bytes

Contents

%li.border-bottom.d-flex.pt-2.pb-2{ class: "task-is-#{task.status}" }
  .p-2.pt-3
    %span.fs-4.text-muted ##{task.id}
  .p-2
    = link_to task_path(task) do
      = render_owner_avatar(task.owner, size: '50x50')
  .p-2
    = link_to task_path(task) do
      %p.mb-0.text-black
        = task.title.truncate(100)
        - if task.syntax_status_good?
          %i.bi.bi-check2.text-success
        - elsif task.syntax_status_bad?
          %i.bi.bi-exclamation-octagon.text-danger
    %span.small.text-muted created on #{time_ago_in_words(task.created_at)} by #{render_owner_name(task.owner)}
  .p-2.ms-auto.text-end
    %span.me-1= task.comments.size
    %i.bi.bi-chat-left-dots

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rails_execution-0.1.5 app/views/rails_execution/tasks/_task.html.haml
rails_execution-0.1.4 app/views/rails_execution/tasks/_task.html.haml
rails_execution-0.1.2 app/views/rails_execution/tasks/_task.html.haml
rails_execution-0.1.1 app/views/rails_execution/tasks/_task.html.haml