We need to use URL in the email

This commit is contained in:
Lin Jen-Shin 2016-09-26 16:39:03 +08:00
parent bbd7597d40
commit fd2ce24149
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@
%span
= commit.author_name
- else
%a.muted{:href => user_path(commit.author), :style => "color:#333333;text-decoration:none;"}
%a.muted{:href => user_url(commit.author), :style => "color:#333333;text-decoration:none;"}
= commit.author.try(:name) || commit.author_name
%tr.spacer
%td{:style => "font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;height:18px;font-size:18px;line-height:18px;"}