Use numerical input for tags points (#2057)
This commit is contained in:
parent
f0eba30d5c
commit
6a9b97b30d
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@
|
|||
</a>
|
||||
<%= form_for(follow) do |f| %>
|
||||
<%= f.label(:points, "Follow Weight:") %>
|
||||
<%= f.text_field(:points) %>
|
||||
<%= f.number_field(:points, step: :any) %>
|
||||
<%= f.submit "Submit" %>
|
||||
<% end %>
|
||||
</h2>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue