Commit d245f980 authored by Lin Jen-Shin's avatar Lin Jen-Shin

We already checked commit.author is not nil, so it must be there

parent fd2ce241
......@@ -125,7 +125,7 @@
= commit.author_name
- else
%a.muted{:href => user_url(commit.author), :style => "color:#333333;text-decoration:none;"}
= commit.author.try(:name) || commit.author_name
= commit.author.name
%tr.spacer
%td{:style => "font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;height:18px;font-size:18px;line-height:18px;"}
 
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment