mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-13 15:38:59 +00:00
Removed step attribue from contributor input
This commit is contained in:
parent
a2eda6c91a
commit
21ef62481d
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ script(type='text/ng-template', id='partials/options.social.hall.heroes.html')
|
|||
input.form-control(type='text', ng-model='hero.contributor.text', placeholder=env.t('contribTitle'))
|
||||
.form-group
|
||||
label=env.t('contribLevel')
|
||||
input.form-control(type='number', step="any", ng-model='hero.contributor.level')
|
||||
input.form-control(type='number', ng-model='hero.contributor.level')
|
||||
small=env.t('contribHallText')
|
||||
|
|
||||
a(target='_blank', href='https://trello.com/c/wkFzONhE/277-contributor-gear')=env.t('moreDetails')
|
||||
|
|
|
|||
Loading…
Reference in a new issue