Files
mozo-backend/app/views/theme1/_header.html.slim
T

17 lines
424 B
Plaintext

#header-wrap
#ceiling
.left
.right
.lights
.light1
.light2
.light3
.container
#header
#header-right= render 'theme1/social'
#logo= link_to image_tag('icons/logo-text.png', alt: application_title), root_path
= link_to t('devise.registrations.link'), new_suppliers_path, class: 'signup-button'
#nav-wrap
.navbar
.navbar-inner= render 'theme1/navigation'