Sha256: 95cdaf56808893f6193bbef38ce2ff15ae44b7a34e6985951b030b5cab584a90

Contents?: true

Size: 417 Bytes

Versions: 1

Compression:

Stored size: 417 Bytes

Contents

// Content Header (Page header)
section.content-header
      h1
        = @dashboard_section_title || t('underworld.dashboard.dashboard')
        small
          = @dashboard_section_slug || Underworld::Engine.try(:slug)  || 'SLUG'

      ol.breadcrumb
        li
          a href="#"
            i.fa.fa-dashboard
            = t('underworld.home')

        li.active
          = t('underworld.dashboard.dashboard')

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
underworld-1.0.0 app/views/underworld/dashboard/shared/_content_header.html.slim