Add devise defaults
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
- if flash[:alert].present?
|
||||
.alert-box.warning
|
||||
.alert-box.warning data-alert=true
|
||||
= flash[:alert]
|
||||
a.close data-dismiss="alert" ×
|
||||
- if flash[:notice].present?
|
||||
.alert-box.info
|
||||
.alert-box.info data-alert=true
|
||||
= flash[:notice]
|
||||
a.close data-dismiss="alert" ×
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
a.theme-button Test
|
||||
.social
|
||||
a.wsite-social-facebook href="https://www.facebook.com/mozo.bar" target=:_blank
|
||||
span.wsite-social-inner
|
||||
@@ -8,3 +7,5 @@ a.theme-button Test
|
||||
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