Sha256: faa7e0ed7c4d3deb64a55f5ee01d542dcc61e5e9497b98757d5948d06223380f

Contents?: true

Size: 407 Bytes

Versions: 6

Compression:

Stored size: 407 Bytes

Contents

= re_card_content do
  %h5.section-title Completed
  = render partial: 'advanced_filter'
  %ul.list-unstyled
    - if @tasks.empty?
      %li
        %p.mt-4.fs-5.text-center.text-muted
          %i.bi.bi-journal-code.me-2
          Welcome to add new Task
    - else
      = render partial: 'task', collection: @tasks, locals: { comments_count_by_task: comments_count_by_task }

= re_render_paging(@tasks)

Version data entries

6 entries across 6 versions & 1 rubygems

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