Skip to content
This repository has been archived by the owner on Mar 6, 2018. It is now read-only.

Commit

Permalink
Add subject reply line for first ticket comment
Browse files Browse the repository at this point in the history
  • Loading branch information
philtr committed Aug 24, 2014
1 parent 3102008 commit 590b678
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/ticket_mailer/_message.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<%= render "message", comments: comments %>
</blockquote>
<%- else -%>
<%= "On #{ @comment.ticket.created_at.strftime("%a %b %-d %-l:%M%p %Z") }, #{@comment.ticket.user} <#{ @comment.ticket.user.email }> wrote:" %>
<blockquote style="border-left:1px solid #aaa;margin-left:0;padding-left:1em;color:#777">
<%= markdownify @comment.ticket.body %>
</blockquote>
Expand Down

0 comments on commit 590b678

Please sign in to comment.