Skip to content
Snippets Groups Projects
Commit d245f980 authored by Lin Jen-Shin's avatar Lin Jen-Shin
Browse files

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

parent fd2ce241
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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;"}
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment