diff --git a/app/views/notifications/index.html.erb b/app/views/notifications/index.html.erb index 5040fe0ac..efc7bbc28 100644 --- a/app/views/notifications/index.html.erb +++ b/app/views/notifications/index.html.erb @@ -2,16 +2,13 @@ <% content_for :header do %> - <%= link_to root_path, class: "btn flex-item-justify-start", data: { controller: "hotkey", action: "keydown.esc@document->hotkey#click" } do %> - <%= image_tag "arrow-left.svg", aria: { hidden: true }, size: 24 %> - Go back - <% end %> - - - <%= @page_title %> + + + <%= link_to "Projects", root_path %> + <%= link_to "Activity", events_path %> + + <%= @page_title %> - - <% end %>