diff --git a/app/views/dashboards/following_tags.html.erb b/app/views/dashboards/following_tags.html.erb index 419d79471..bc1b97276 100644 --- a/app/views/dashboards/following_tags.html.erb +++ b/app/views/dashboards/following_tags.html.erb @@ -21,11 +21,6 @@ Adjust tag weight to modify your home feed. Higher values mean more appearances for that tag. Default 1.0 - - <%= form_with url: bulk_update_follows_path, method: :patch, local: true, id: "follows_update_form" do |f| %> - - <% end %> -
<% negative_follow_shown_once = false %> <% @followed_tags.each do |follow| %> @@ -42,7 +37,7 @@ <% end %> -

+

<%= strip_tags(tag.short_summary) %>

@@ -54,6 +49,10 @@ <% end %> <% end %>
+ + <%= form_with url: bulk_update_follows_path, method: :patch, local: true, class: "sticky bg-base-10 pt-3 pb-1 z-elevate", html: { style: "bottom: 0;margin-left:-1px"}, id: "follows_update_form" do |f| %> + + <% end %> <% else %>
You don't follow any tags yet...
<% end %>