mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
Display settings in one column
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
reset-modal
|
reset-modal
|
||||||
delete-modal
|
delete-modal
|
||||||
h1.col-12 {{ $t('settings') }}
|
h1.col-12 {{ $t('settings') }}
|
||||||
.col-6
|
.col-sm-6
|
||||||
.form-horizontal
|
.form-horizontal
|
||||||
h5 {{ $t('language') }}
|
h5 {{ $t('language') }}
|
||||||
select.form-control(:value='user.preferences.language',
|
select.form-control(:value='user.preferences.language',
|
||||||
@@ -105,7 +105,7 @@
|
|||||||
p(v-html="$t('timezoneUTC', {utc: timezoneOffsetToUtc})")
|
p(v-html="$t('timezoneUTC', {utc: timezoneOffsetToUtc})")
|
||||||
p(v-html="$t('timezoneInfo')")
|
p(v-html="$t('timezoneInfo')")
|
||||||
|
|
||||||
.col-6
|
.col-sm-6
|
||||||
h2 {{ $t('registration') }}
|
h2 {{ $t('registration') }}
|
||||||
.panel-body
|
.panel-body
|
||||||
div
|
div
|
||||||
|
|||||||
Reference in New Issue
Block a user