diff options
Diffstat (limited to 'app/views/commits/show.html.haml')
-rw-r--r-- | app/views/commits/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/commits/show.html.haml b/app/views/commits/show.html.haml index 3227a447a60..3bd9145e1d7 100644 --- a/app/views/commits/show.html.haml +++ b/app/views/commits/show.html.haml @@ -7,7 +7,7 @@ %td= @commit.id %tr %td Author - %td= @commit.author + %td= @commit.author_name %tr %td Commiter %td= @commit.committer |