Skip to content
This repository was archived by the owner on May 11, 2021. It is now read-only.

Commit 5550cdb

Browse files
committed
Update comments mailer template
1 parent 1c0d5b3 commit 5550cdb

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<h1><%= @comment.author %> <%= comment_done_message(@comment) %></h1>
22

33
<h3 style="margin: 0;">Step</h3>
4-
<p style="margin: 5px 0 20px;"><%= @comment.step.name %></p>
4+
<p style="margin: 5px 0 20px;"><%= raw @comment.step.name %></p>
55

66
<h3 style="margin: 0 0 5px;">Comment</h3>
77
<div style="background: #f2f2f2; padding: 20px; margin-bottom: 20px;">
88
<%= raw @comment.body %>
99
</div>
1010

11-
<strong>
12-
<%= link_to 'Reply here', new_step_comment_url(@comment.step) %>
13-
</strong>
11+
<h3><%= link_to 'Reply here', new_step_comment_url(@comment.step) %></h3>

app/views/layouts/mailer.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
font-family: 'Lucida Grande', Helvetica, sans-serif;
99
}
1010
a, a:visited {
11-
color: #2daeb7;
11+
color: #2daeb7 !important;
1212
text-decoration: none;
1313
}
1414
a:hover {

0 commit comments

Comments
 (0)