Sha256: 203a60b4227b674b61228434f9be4657d9ec40ea4a25633fdbff5f78eaf15020

Contents?: true

Size: 306 Bytes

Versions: 4

Compression:

Stored size: 306 Bytes

Contents

= re_card_content do
  %h5.section-title Closed
  %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/closed.html.haml
rails_execution-0.1.4 app/views/rails_execution/tasks/closed.html.haml
rails_execution-0.1.2 app/views/rails_execution/tasks/closed.html.haml
rails_execution-0.1.1 app/views/rails_execution/tasks/closed.html.haml