mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 03:52:14 +00:00
add whitespace between delete and opt-out
This commit is contained in:
parent
f82469eba7
commit
21a7e6193f
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ script(type='text/ng-template', id='partials/options.social.inbox.html')
|
|||
.col-md-12
|
||||
.form-inline
|
||||
a.btn.btn-xs.btn-danger(ng-click='deleteAllMessages()')=env.t('clearAll')
|
||||
|
|
||||
.checkbox
|
||||
label
|
||||
input(type='checkbox', ng-model='user.inbox.optOut', ng-change='set({"inbox.optOut": user.inbox.optOut?true: false})')
|
||||
|
|
|
|||
Loading…
Reference in a new issue