better signup flow from the homepage
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
#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'
|
||||
|
||||
@@ -1,11 +1,10 @@
|
||||
.social
|
||||
a.wsite-social-facebook href="https://www.facebook.com/mozo.bar" target=:_blank
|
||||
span.wsite-social-inner
|
||||
= link_to t('devise.sign_in.link'), new_employee_session_path, class: 'theme-button'
|
||||
- Rails.configuration.i18n.available_locales.each do |locale|
|
||||
= link_to locale, go_to_locale_path(locale), class: ['locale-link', I18n.locale == locale ? 'active' : nil]
|
||||
a.social-link.facebook href="https://www.facebook.com/mozo.bar" target=:_blank
|
||||
/a.wsite-social-twitter href="https://twitter.com/mozo.bar" target=:_blank
|
||||
span.wsite-social-inner
|
||||
/a.wsite-social-linkedin href="http://www.linkedin.com/company/2801351" target=:_blank
|
||||
span.wsite-social-inner
|
||||
/a.wsite-social-rss
|
||||
span.wsite-social-inner
|
||||
.pull-right
|
||||
= link_to t('devise.registrations.link'), new_suppliers_path, class: 'theme-button'
|
||||
|
||||
Reference in New Issue
Block a user