diff --git a/app/views/dashboards/following.html.erb b/app/views/dashboards/following.html.erb index b8445289e..519c25aa9 100644 --- a/app/views/dashboards/following.html.erb +++ b/app/views/dashboards/following.html.erb @@ -1,8 +1,7 @@ <% title "Dashboard - DEV" %>
- <%= render 'actions' %> - + <%= render "actions" %>

Followed tags (<%= @user.following_tags_count %>)

Adjust Follow Weight to make a tag show up less or more in your feed (default 1.0)

@@ -22,7 +21,7 @@ <%= form_for(follow) do |f| %> <%= f.label(:points, "Follow Weight:") %> - <%= f.number_field(:points, step: :any) %> + <%= f.number_field(:points, step: :any, required: true) %> <%= f.submit "Submit" %> <% end %>