diff --git a/app/views/dashboards/show.html.erb b/app/views/dashboards/show.html.erb index e21d08da1..a47c34775 100644 --- a/app/views/dashboards/show.html.erb +++ b/app/views/dashboards/show.html.erb @@ -58,7 +58,7 @@ <%= form_for(follow) do |f| %> <%= f.label(:points, "Follow Weight:") %> - <%= f.text_field(:points) %> + <%= f.number_field(:points, step: :any) %> <%= f.submit "Submit" %> <% end %>