Sha256: 85cb3182e4109f3a596e629c2ada7f517d771cf8e4e2d4affac5cfda877dc552

Contents?: true

Size: 411 Bytes

Versions: 19

Compression:

Stored size: 411 Bytes

Contents

.page-header
  %h2
    = "#{ t(".title") } /"
    = @site.label

.container-fluid
  .row
    .col-sm-6
      = dashboard_widget t(".draft_widget"), @site.pages.drafted.order(updated_at: :desc).limit(5)
      = dashboard_widget t(".updated_pages"), @site.pages.order(updated_at: :desc).limit(5)
    .col-sm-6
      = dashboard_widget t(".reviewed_widget"), @site.pages.reviewed.order(updated_at: :desc).limit(5)

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
cms-fortress-1.3.15 app/views/cms/fortress/admin/dashboard.html.haml
cms-fortress-1.3.14 app/views/cms/fortress/admin/dashboard.html.haml
cms-fortress-1.3.13 app/views/cms/fortress/admin/dashboard.html.haml
cms-fortress-1.3.12 app/views/cms/fortress/admin/dashboard.html.haml
cms-fortress-1.3.11 app/views/cms/fortress/admin/dashboard.html.haml
cms-fortress-1.3.10 app/views/cms/fortress/admin/dashboard.html.haml
cms-fortress-1.3.9 app/views/cms/fortress/admin/dashboard.html.haml
cms-fortress-1.3.8 app/views/cms/fortress/admin/dashboard.html.haml
cms-fortress-1.3.7 app/views/cms/fortress/admin/dashboard.html.haml
cms-fortress-1.3.6 app/views/cms/fortress/admin/dashboard.html.haml
cms-fortress-1.3.5 app/views/cms/fortress/admin/dashboard.html.haml
cms-fortress-1.3.4 app/views/cms/fortress/admin/dashboard.html.haml
cms-fortress-1.3.3 app/views/cms/fortress/admin/dashboard.html.haml
cms-fortress-1.3.2 app/views/cms/fortress/admin/dashboard.html.haml
cms-fortress-1.3.1 app/views/cms/fortress/admin/dashboard.html.haml
cms-fortress-1.3.0 app/views/cms/fortress/admin/dashboard.html.haml
cms-fortress-1.3.0.rc3 app/views/cms/fortress/admin/dashboard.html.haml
cms-fortress-1.3.0.rc2 app/views/cms/fortress/admin/dashboard.html.haml
cms-fortress-1.3.0.rc1 app/views/cms/fortress/admin/dashboard.html.haml