mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 03:52:14 +00:00
Merge pull request #179 from pironic/gold-validate
reward:gold field is now a number instead of text.
This commit is contained in:
commit
ced8b168bb
1 changed files with 1 additions and 1 deletions
|
|
@ -436,7 +436,7 @@
|
|||
<div class=control-group>
|
||||
<label>Price
|
||||
<div class="input-append">
|
||||
<input class="span2" size="16" type="text" value={:task.value}><span class="add-on">Gold</span>
|
||||
<input class="span5" size="16" type="number" value={:task.value}><span class="add-on">Gold</span>
|
||||
</div>
|
||||
</label>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue