Sha256: 9463fe64827c95fea6f788789d108da4b245e95ee3ff399b4c16831bacd41b5e

Contents?: true

Size: 336 Bytes

Versions: 7

Compression:

Stored size: 336 Bytes

Contents

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

.page-content-wrap
  - ordered_components.each_slice(3) do |components|
    .row
      - components.each do |component|
        .col-md-4
          = link_to component.path, class: 'panel panel-default' do
            .panel-body
              = component.name

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
para-0.6.9 app/views/para/admin/dashboard.html.haml
para-0.6.8 app/views/para/admin/dashboard.html.haml
para-0.6.7 app/views/para/admin/dashboard.html.haml
para-0.6.3 app/views/para/admin/dashboard.html.haml
para-0.6.2 app/views/para/admin/dashboard.html.haml
para-0.5.4 app/views/para/admin/dashboard.html.haml
para-0.5.3 app/views/para/admin/dashboard.html.haml