add whitespace between delete and opt-out

This commit is contained in:
Alice Harris 2015-03-14 23:27:26 +10:00
parent f82469eba7
commit 21a7e6193f

View file

@ -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})')