Permalink
Cannot retrieve contributors at this time
18 lines (16 sloc)
390 Bytes
|
<div class="flex"> |
|
<label> |
|
Horses |
|
{{input type="number" value=model.horses min=0}} |
|
</label> |
|
<label> |
|
Chickens |
|
{{input type="number" value=model.chickens min=0}} |
|
</label> |
|
<label> |
|
<strong>Total</strong> |
|
{{input type="number" value=model.total disabled=true}} |
|
</label> |
|
|
|
<div class="flex__block"></div> |
|
|
|
<button {{action "refresh"}}>Reset</button> |
|
</div> |
You canβt perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.