Sha256: fb5bd008a07ae27813030384c8396df6e679fdd693442f7c934b18de9935fdf1

Contents?: true

Size: 904 Bytes

Versions: 50

Compression:

Stored size: 904 Bytes

Contents

= page_top_bar(title: t('para.dashboard.title'), type: 'dashboard/show')

- ordered_components.each_slice(3) do |components|
  - components.each do |component|
    .col-sm-6.col-md-6.col-lg-4.m-t-lg
      = link_to component.path, class: 'statcard statcard-icon' do
        %i.icon-rounded.bg-primary
          = component.name[0,1]
        .startcard-body  
          %h2.statcard-title
            = component.name

          %span.text-muted
            - if component.type == "Para::Component::Crud"      
              = t('para.dashboard.statcard.ressources_count', count: component.resources.count)
            - else
              = t('para.dashboard.statcard.component_form_ressource')

      -# Comment because is not dev at all for now
      = link_to '#', class: 'thumbtack-link' do
        %i.fa.fa-thumb-tack
        
-# Create spacing at the end off all statcards        
.col-xs-12.m-t-lg

Version data entries

50 entries across 50 versions & 1 rubygems

Version Path
para-0.12.5 app/views/para/admin/dashboard.html.haml
para-0.12.4 app/views/para/admin/dashboard.html.haml
para-0.12.3 app/views/para/admin/dashboard.html.haml
para-0.12.2 app/views/para/admin/dashboard.html.haml
para-0.12.1 app/views/para/admin/dashboard.html.haml
para-0.12.0 app/views/para/admin/dashboard.html.haml
para-0.11.4 app/views/para/admin/dashboard.html.haml
para-0.11.3 app/views/para/admin/dashboard.html.haml
para-0.11.2 app/views/para/admin/dashboard.html.haml
para-0.11.1 app/views/para/admin/dashboard.html.haml
para-0.11.0 app/views/para/admin/dashboard.html.haml
para-0.10.0 app/views/para/admin/dashboard.html.haml
para-0.9.4 app/views/para/admin/dashboard.html.haml
para-0.9.3.3 app/views/para/admin/dashboard.html.haml
para-0.9.3.2 app/views/para/admin/dashboard.html.haml
para-0.9.3.1 app/views/para/admin/dashboard.html.haml
para-0.9.2 app/views/para/admin/dashboard.html.haml
para-0.9.0 app/views/para/admin/dashboard.html.haml
para-0.8.15 app/views/para/admin/dashboard.html.haml
para-0.8.14 app/views/para/admin/dashboard.html.haml