Better page previews

This commit is contained in:
2015-03-08 10:29:41 +01:00
parent 3ce1bab8b8
commit 0a1aa06f2c
6 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -9,8 +9,8 @@
.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'
#logo= link_to image_tag('icons/logo-text.png', alt: application_title), main_app.root_path
= link_to t('devise.registrations.link'), main_app.new_suppliers_path, class: 'signup-button'
#nav-wrap
.navbar
.navbar-inner= render 'theme1/navigation'