Sha256: 7e583dc0b1aaa43fe7d5c953c3a82b767a18146a3acf6e6301ea19157a42968d

Contents?: true

Size: 911 Bytes

Versions: 6

Compression:

Stored size: 911 Bytes

Contents

%li.border-bottom.py-2{ class: "task-is-#{task.status}" }
  .row
    .col.d-flex
      .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
        %p.mb-0.text-black
          = link_to task_path(task), class: 'task-title' do
            = 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)}
    .col-auto.d-flex.align-items-center= render_task_labels(task)
    .col-auto.d-flex.align-items-center.text-end.text-muted
      %span.comments
        %span.me-1= comments_count_by_task[task.id].to_i
        %i.bi.bi-chat-left-dots

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
rails_execution-0.1.12 app/views/rails_execution/tasks/_task.html.haml
rails_execution-0.1.11 app/views/rails_execution/tasks/_task.html.haml
rails_execution-0.1.10 app/views/rails_execution/tasks/_task.html.haml
rails_execution-0.1.9 app/views/rails_execution/tasks/_task.html.haml
rails_execution-0.1.8 app/views/rails_execution/tasks/_task.html.haml
rails_execution-0.1.7 app/views/rails_execution/tasks/_task.html.haml