Browse Source

Revert "Temp edit to test header url"

This reverts commit e0d2c853f5.
pull/2062/head
Rachael Booth 3 years ago
parent
commit
efe1599d16
  1. 2
      app/views/layouts/application.html.erb

2
app/views/layouts/application.html.erb

@ -97,8 +97,6 @@
else
component.navigation_item(text: "Your account", href: account_path)
component.navigation_item(text: "Sign out", href: destroy_user_session_path)
component.navigation_item(text: "Test Logs", href: logs_path)
component.navigation_item(text: "Test Root", href: root_path)
end
end
end %>

Loading…
Cancel
Save