mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-17 09:22:19 +00:00
fix spacing
This commit is contained in:
parent
cec5797fc9
commit
f6aefa5cf4
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ script(type='text/ng-template', id='partials/options.settings.coupon.html')
|
|||
.col-md-6
|
||||
h2 {{env.t('coupon')}}
|
||||
form.form-inline(role='form',ng-submit='enterCoupon(_couponCode)')
|
||||
input.form-control(type='text', ng-model='_couponCode', placeholder=env.t('couponPlaceholder'))
|
||||
input.form-control(type='text', ng-model='_couponCode', placeholder=env.t('couponPlaceholder'))
|
||||
button.btn.btn-primary(type='submit') Submit
|
||||
div
|
||||
small {{env.t('couponText')}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue