Sha256: d0817a97f16349792a990908cd548a5fe05c186ff20f0afb196c4cd6381ccbd7

Contents?: true

Size: 278 Bytes

Versions: 5

Compression:

Stored size: 278 Bytes

Contents

.row
  .col-lg-12
    #page-title.bottom-margin-1
      %h1= t('.title')

.row
  - Itsf::Backend::Configuration.backend_engines.each do |engine|
    - if !Itsf::Backend.features?(:pundit) || engine_policy(engine).access?
      .col-lg-6= render 'dashboard_panel', engine: engine

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
itsf_backend-5.0.0.pre app/views/itsf/backend/dashboard/index.html.haml
itsf_backend-4.2.3 app/views/itsf/backend/dashboard/index.html.haml
itsf_backend-4.2.2 app/views/itsf/backend/dashboard/index.html.haml
itsf_backend-4.2.1 app/views/itsf/backend/dashboard/index.html.haml
itsf_backend-4.2.0 app/views/itsf/backend/dashboard/index.html.haml