Merge pull request #1894 from Venkat-RK/main

Added 'Back to Home' link on notifications list page
This commit is contained in:
Jason Zimdars
2025-12-04 11:19:55 -06:00
committed by GitHub
2 changed files with 4 additions and 3 deletions
+4
View File
@@ -2,6 +2,10 @@
<% @hide_footer_frames = true %>
<% content_for :header do %>
<div class="header__actions header__actions--start">
<%= back_link_to "Home", root_path, "keydown.left@document->hotkey#click keydown.esc@document->hotkey#click" %>
</div>
<h1 class="header__title"><%= @page_title %></h1>
<div class="header__actions header__actions--end">
@@ -1,7 +1,4 @@
require "test_helper"
class NotificationsControllerTest < ActionDispatch::IntegrationTest
# test "the truth" do
# assert true
# end
end