Revert "Backlink should be dynamic now"

This reverts commit a850c8bb5a.
This commit is contained in:
Jason Zimdars
2024-12-18 17:08:18 -06:00
parent a850c8bb5a
commit d95e1c5a34
+1 -1
View File
@@ -2,7 +2,7 @@
<% content_for :header do %>
<nav>
<%= link_to "javascript:history.back()", class: "btn flex-item-justify-start" do %>
<%= link_to account_users_path, class: "btn flex-item-justify-start" do %>
<%= image_tag "arrow-left.svg", aria: { hidden: true }, size: 24 %>
<span class="for-screen-reader">Back</span>
<% end %>