Sha256: 9b3160bd8cd7b6af4a553d824a0c112abcfef78e73e0327fd8b8b3aa5e2eadd4

Contents?: true

Size: 411 Bytes

Versions: 6

Compression:

Stored size: 411 Bytes

Contents

= re_card_content do
  %h5.section-title In processing
  = 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/index.html.haml
rails_execution-0.1.11 app/views/rails_execution/tasks/index.html.haml
rails_execution-0.1.10 app/views/rails_execution/tasks/index.html.haml
rails_execution-0.1.9 app/views/rails_execution/tasks/index.html.haml
rails_execution-0.1.8 app/views/rails_execution/tasks/index.html.haml
rails_execution-0.1.7 app/views/rails_execution/tasks/index.html.haml