mirror of
https://github.com/internetee/registry.git
synced 2025-07-24 03:30:33 +02:00
parent
cf2aa76cc6
commit
026c36d066
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
</div>
|
||||
<div class="col-md-3">
|
||||
<div class="input-group">
|
||||
<%= f.number_field :vat_rate, min: 0, max: 99, step: 0.1,
|
||||
<%= f.number_field :vat_rate, min: 0, max: 99.9, step: 0.1,
|
||||
class: 'form-control' %>
|
||||
<div class="input-group-addon">%</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue