Skip to content

Commit a7372cf

Browse files
authored
Merge pull request TelosLabs#191 from TelosLabs/mail-url-fix
Fix mail reminder session link
2 parents 728c462 + 1904fb4 commit a7372cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/views/notifications/index.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<% end %>
2121
</div>
2222

23-
<div class="flex flex-col items-start w-full">
23+
<div class="flex flex-col items-start w-full p-4">
2424
<div class="flex flex-col items-center w-full mt-10 mb-10">
2525
<%= link_to(
2626
'Notification settings', notification_settings_path,

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)