Files
mozo-backend/app/assets/javascripts/supplier/app/templates/components/sections-header.emblem
T
2015-02-20 19:21:25 +01:00

8 lines
361 B
Plaintext

dl.sections-header-container.sub-nav
dd data-section="all": a.section-header-title{action "setSection"} href="" = t 'sections_header.all_sections'
each s in sections
dd data-section=s.id
a.section-header-title{action "setSection" s} href="#" = s.title
/= link-to "section" s.id class="section-jumper"
span.fa.fa-chevron-circle-right