We need to use URL in the email
This commit is contained in:
parent
bbd7597d40
commit
fd2ce24149
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@
|
||||||
%span
|
%span
|
||||||
= commit.author_name
|
= commit.author_name
|
||||||
- else
|
- 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
|
= commit.author.try(:name) || commit.author_name
|
||||||
%tr.spacer
|
%tr.spacer
|
||||||
%td{:style => "font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;height:18px;font-size:18px;line-height:18px;"}
|
%td{:style => "font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;height:18px;font-size:18px;line-height:18px;"}
|
||||||
|
|
Loading…
Reference in a new issue