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

Version Path
rails_execution-0.1.12 app/views/rails_execution/dashboards/home.html.haml
rails_execution-0.1.11 app/views/rails_execution/dashboards/home.html.haml
rails_execution-0.1.10 app/views/rails_execution/dashboards/home.html.haml
rails_execution-0.1.9 app/views/rails_execution/dashboards/home.html.haml
rails_execution-0.1.8 app/views/rails_execution/dashboards/home.html.haml
rails_execution-0.1.7 app/views/rails_execution/dashboards/home.html.haml
rails_execution-0.1.5 app/views/rails_execution/dashboards/home.html.haml
rails_execution-0.1.4 app/views/rails_execution/dashboards/home.html.haml
rails_execution-0.1.2 app/views/rails_execution/dashboards/home.html.haml
rails_execution-0.1.1 app/views/rails_execution/dashboards/home.html.haml