Sha256: 321999404877c7af2f7226bdd09214f00df88fea1fc69f73474fe8cbf89b40ee

Contents?: true

Size: 1.71 KB

Versions: 9

Compression:

Stored size: 1.71 KB

Contents

.sidebar role="tablist" aria-multiselectable="false" data-current-section=sidebar_current_section_class
  = link_to root_path, class: 'sidebar-logo' do
    = image_tag 'locomotive/logo.png'

  - cache(cache_key_for_sidebar) do
    = link_to dashboard_path(current_site), class: sidebar_link_class(:dashboard) do
      i.fa.fa-bar-chart
      span= t('.dashboard')

    - cache(cache_key_for_sidebar_pages) do
      = link_to '#collapsePages', data: { toggle: 'collapse' }, aria: { expanded: 'false', controls: 'collapsePages' }, class: sidebar_link_class(:pages) do
        i.fa.fa-file-text-o
        span= t('.pages')
        i.fa.fa-caret-down

      = render_pages

    - cache(cache_key_for_sidebar_content_types) do
      = render 'locomotive/shared/sidebar/content_types'

    = link_to content_assets_path(current_site), class: sidebar_link_class(:content_assets) do
      i.fa.fa-picture-o
      span= t('.assets')

    - if current_site.translations.count > 0
      = link_to translations_path(current_site), class: sidebar_link_class(:translations) do
        i.fa.fa-globe
        span= t('.translations')

    - if current_site.has_metafields?
      = link_to current_site_metafields_path(current_site), class: sidebar_link_class(:current_site_metafields) do
        i.fa class=current_site_metafields_ui[:icon]
        span= current_site_metafields_ui[:label]

    = link_to edit_current_site_path(current_site), class: sidebar_link_class(:current_site) do
      i.fa.fa-cogs
      span= t('.settings')

    - if policy(current_site).show_developers_documentation?
      = link_to developers_documentation_path(current_site), class: sidebar_link_class(:developers_documentation) do
        i.fa.fa-file-code-o
        span= t('.developers')

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
locomotivecms-3.1.2 app/views/locomotive/shared/_sidebar.html.slim
locomotivecms-3.2.1 app/views/locomotive/shared/_sidebar.html.slim
locomotivecms-3.2.0 app/views/locomotive/shared/_sidebar.html.slim
locomotivecms-3.2.0.rc2 app/views/locomotive/shared/_sidebar.html.slim
locomotivecms-3.2.0.rc1 app/views/locomotive/shared/_sidebar.html.slim
locomotivecms-3.1.1 app/views/locomotive/shared/_sidebar.html.slim
locomotivecms-3.1.0 app/views/locomotive/shared/_sidebar.html.slim
locomotivecms-3.1.0.rc3 app/views/locomotive/shared/_sidebar.html.slim
locomotivecms-3.1.0.rc2 app/views/locomotive/shared/_sidebar.html.slim