Sha256: 2ee768016ca3673c0746ac85ba163a357cf58393033611fb058d41ee74151086

Contents?: true

Size: 1.2 KB

Versions: 18

Compression:

Stored size: 1.2 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) && show_component?(component)
                %li.component-item{ class: ('active' if current_component_or_parent?(component)) }
                  = link_to component.main_navigation_name, component.path

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

Version data entries

18 entries across 18 versions & 1 rubygems

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