fix missing end tag
This commit is contained in:
parent
8532e573c2
commit
269f1a838e
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
<label>Goal</label>
|
||||
<div class='prepend--dollar u-inlineBlock'>
|
||||
<input type='number' parsley-type='number' class='input--150' name='campaign[goal_amount_dollars]' value='<%= sprintf("%.2f", @campaign.goal_amount / 100.0) %>'>
|
||||
</div>
|
||||
</fieldset>
|
||||
</fieldset>
|
||||
|
||||
|
|
Loading…
Reference in a new issue