Sha256: b49dc14d1d034c3b907c9bdc42486f4d5683d63eac8d7ac3a553e76b0d496c3e

Contents?: true

Size: 1.14 KB

Versions: 16

Compression:

Stored size: 1.14 KB

Contents

.navmenu.navmenu-default.navmenu-fixed-left.offcanvas-sm{ class: ('dark-theme' if Para.config.dark_theme), data: { :'admin-left-sidebar' => true } }
  = link_to admin_path, class: 'navmenu-brand' do
    = t('para.admin.brand').html_safe

  %ul.nav.navmenu-nav
    - if admin_component_sections.any?
      - admin_component_sections.each_with_index do |component_section, index|
        - next unless component_section.components.any? { |component| can?(:manage, component) }

        %li.component-section-item
          = link_to "#collapse-section-#{index}", class: 'component-section-title', data: { toggle: 'collapse' } do
            = component_section.name
            %i.fa.fa-angle-up.pull-right

          %ul.component-section-list-items.collapse.in{ id: "collapse-section-#{index}" }
            - component_section.components.each do |component|
              - if can? :manage, component
                %li.component-item{ class: (@component == component) && 'active' }
                  = link_to component.name, component.path

    - else
      %li.component-section-item
        .component-section-title
          = t('para.component.none_created')

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
para-0.8.2.3 app/views/para/admin/shared/_navigation.html.haml
para-0.8.2.2 app/views/para/admin/shared/_navigation.html.haml
para-0.8.2.1 app/views/para/admin/shared/_navigation.html.haml
para-0.8.2 app/views/para/admin/shared/_navigation.html.haml
para-0.8.1 app/views/para/admin/shared/_navigation.html.haml
para-0.8.0 app/views/para/admin/shared/_navigation.html.haml
para-0.7.4.p1 app/views/para/admin/shared/_navigation.html.haml
para-0.7.4 app/views/para/admin/shared/_navigation.html.haml
para-0.7.3.p6 app/views/para/admin/shared/_navigation.html.haml
para-0.7.3.p5 app/views/para/admin/shared/_navigation.html.haml
para-0.7.3.p4 app/views/para/admin/shared/_navigation.html.haml
para-0.7.3.p3 app/views/para/admin/shared/_navigation.html.haml
para-0.7.3.p2 app/views/para/admin/shared/_navigation.html.haml
para-0.7.3.p1 app/views/para/admin/shared/_navigation.html.haml
para-0.7.3 app/views/para/admin/shared/_navigation.html.haml
para-0.7.2 app/views/para/admin/shared/_navigation.html.haml