remove hard coded requests link and rely on help page instead

This commit is contained in:
edshot99 2025-01-28 10:03:52 -06:00
parent 2233d1380f
commit cb03e2c404

View File

@ -3,6 +3,5 @@
<% if CurrentUser.is_admin? %>
<%= subnav_link_to "New", new_upload_whitelist_path %>
<% end %>
<%= subnav_link_to "Requests", forum_topic_path(id: 22_269) %>
<%= subnav_link_to "Help", help_page_path(id: "upload_whitelist") %>
<% end %>