Skip to content

Commit

Permalink
Merge pull request #2933 from manyfold3d/remove-navbar-follow
Browse files Browse the repository at this point in the history
Temporarily remove follow button in navbar
  • Loading branch information
Floppy authored Oct 13, 2024
2 parents 0cc4a99 + 8dd860f commit 2b29c4a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/views/application/_navbar.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@
<%= nav_link "activity", t(".activity"), "/activity", text_style: "d-lg-none" %>
</li>
<% end %>
<li class="nav-item">
<%= nav_link "search-heart", t("follows.new.title"), follow_path, text_style: "d-lg-none" if SiteSettings.federation_enabled? && policy(Federails::Following).new? %>
</li>
<li class="nav-item">
<%= nav_link "sliders", t(".settings"), user_settings_path(current_user), text_style: "d-lg-none" %>
</li>
Expand Down

0 comments on commit 2b29c4a

Please sign in to comment.