Skip to content

Commit 02baf9e

Browse files
committed
Fix mail reminder session link
1 parent 728c462 commit 02baf9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/session_mailer/reminder.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<h1 class="title"><%= @notification&.email_title %></h1>
44
<div class="c-event-card">
55
<div class="c-event-card__title">
6-
<%= link_to @session.title, sessions_url, style: "color: #CB0C1C; text-decoration: none;" %>
6+
<%= link_to @session.title, session_url(@session), style: "color: #CB0C1C; text-decoration: none;" %>
77
</div>
88

99
<% if @speakers.present? %>

0 commit comments

Comments
 (0)