mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
Adjust styling of noscript block
This commit is contained in:
@@ -5,8 +5,9 @@ noscript
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3= env.t('jsDisabledHeading')
|
h3=env.t('jsDisabledHeading')
|
||||||
img(src='/front/images/coding_by_phoneix_faerie.png', alt='Coding placeholder image')
|
img(src='/front/images/coding_by_phoneix_faerie.png', alt='Coding placeholder image')
|
||||||
p= env.t('jsDisabledText')
|
p=env.t('jsDisabledText')
|
||||||
br
|
br
|
||||||
a(href='http://www.enable-javascript.com/', target='_blank')= env.t('jsDisabledLink')
|
a.btn.btn-lg.btn-success(href='http://www.enable-javascript.com/', target='_blank')
|
||||||
|
=env.t('jsDisabledLink')
|
||||||
|
|||||||
Reference in New Issue
Block a user