summaryrefslogtreecommitdiff
path: root/app/views/projects/_recent_commits.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/_recent_commits.html.haml')
-rw-r--r--app/views/projects/_recent_commits.html.haml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/projects/_recent_commits.html.haml b/app/views/projects/_recent_commits.html.haml
index 7dfc1971213..9680eb52208 100644
--- a/app/views/projects/_recent_commits.html.haml
+++ b/app/views/projects/_recent_commits.html.haml
@@ -22,7 +22,9 @@
- else
= image_tag "no_avatar.png", :class => "left", :width => 40, :style => "padding-right:5px;"
.title
- %p= link_to truncate(commit.safe_message, :length => 40), project_commit_path(@project, :id => commit.id)
+ %p
+ %span.tag.commit= commit.head.name
+ = link_to truncate(commit.safe_message, :length => 40), project_commit_path(@project, :id => commit.id)
%span
%span.author