Better about page logic
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
|
||||
.feedback-container.row: .large-12.columns
|
||||
h3= t 'about.feedback.title'
|
||||
p=t 'about.feedback.subtitle'
|
||||
if feedback_sending
|
||||
span.fa.fa-3x.fa-support.fa-spin
|
||||
else
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
.home-panel
|
||||
.home-header= image_tag 'user/logo.png' width=100 height=115 alt="Logo"
|
||||
.home-header
|
||||
= link-to 'about'
|
||||
= image_tag 'user/logo.png' width=100 height=115 alt="Logo"
|
||||
.home-center
|
||||
a{ action "scanQr" } href="#"= image_tag 'user/scan-logo.png' width=148 height=177 alt="Scan"
|
||||
.home-footer
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
|
||||
@Qstorage = localStorage
|
||||
|
||||
|
||||
$.extend($translations.en, <%= I18n.t('user', locale: :en).to_json %>);
|
||||
$.extend($translations.nl, <%= I18n.t('user', locale: :nl).to_json %>);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user