Use numerical input for tags points (#2057)

This commit is contained in:
rhymes 2019-03-13 20:34:37 +01:00 committed by Mac Siri
parent f0eba30d5c
commit 6a9b97b30d

View file

@ -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>