Sha256: d7257ebf1411c4ffa5ef0a06f3e4b688f4a02cca183afb7a7a0b41954adba520
Contents?: true
Size: 730 Bytes
Versions: 10
Compression:
Stored size: 730 Bytes
Contents
= re_card_content do %h5.section-title Overview .row .col .card.text-center .card-header= link_to 'In Processing', tasks_path .card-body %span.fs-2.fw-lighter= @in_processing_count %span tasks .col .card.text-center .card-header= link_to 'Completed', completed_tasks_path .card-body %span.fs-2.fw-lighter= @tasks_count['completed'].to_i %span tasks .col .card.text-center .card-header= link_to 'Closed', closed_tasks_path .card-body %span.fs-2.fw-lighter= @tasks_count['closed'].to_i %span tasks - if show_insights_chart? = render partial: 'rails_execution/dashboards/charts/insights'
Version data entries
10 entries across 10 versions & 1 rubygems