Removed step attribue from contributor input

This commit is contained in:
Blade Barringer 2015-02-23 09:41:27 -06:00
parent a2eda6c91a
commit 21ef62481d

View file

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