-
<%= 'Latest materials' %>
+
<%= link_to('Latest materials', materials_path, class: 'home-title-link' ) %>
<%= render partial: 'common/masonry_grid', locals: { objects: @materials } %>
diff --git a/app/views/static/home/_upcoming_events.html.erb b/app/views/static/home/_upcoming_events.html.erb
index d91fab2e1..31d223e67 100644
--- a/app/views/static/home/_upcoming_events.html.erb
+++ b/app/views/static/home/_upcoming_events.html.erb
@@ -1,7 +1,7 @@
<% cache(['home', 'upcoming_events', @events]) do %>
-
<%= 'Upcoming events' %>
+
<%= link_to('Upcoming events', events_path, class: 'home-title-link' ) %>
<%= render partial: 'common/masonry_grid', locals: { objects: @events } %>