Sha256: 4c7397581ea94d887f36ff6d5b3d1d4c81b404b4f5106e15cf7221a251b27381

Contents?: true

Size: 309 Bytes

Versions: 4

Compression:

Stored size: 309 Bytes

Contents

= re_card_content do
  %h5.section-title Completed
  %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

= re_render_paging(@tasks)

Version data entries

4 entries across 4 versions & 1 rubygems

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