Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2012-09-24 13:32:51 +0400
committerDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2012-09-24 13:32:51 +0400
commitd23022c6f68bd78a1d3b63a8bf7551145b1f46fd (patch)
tree1234c1bcba3ada78e9bd5961e0f157c96ad98b0d /app/views/events/_commit.html.haml
parenta6f58b9c435e1680f102ae68a8aedea981a52486 (diff)
Working on dashboard restyle and events refactoring
Diffstat (limited to 'app/views/events/_commit.html.haml')
-rw-r--r--app/views/events/_commit.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/events/_commit.html.haml b/app/views/events/_commit.html.haml
index cb25d831bca..ed4f33c0187 100644
--- a/app/views/events/_commit.html.haml
+++ b/app/views/events/_commit.html.haml
@@ -2,7 +2,7 @@
%li.commit
%p
= link_to commit.short_id(8), project_commit_path(project, id: commit.id), class: "commit_short_id"
- %strong.cdark= commit.author_name
+ %span= commit.author_name
&ndash;
= image_tag gravatar_icon(commit.author_email), class: "avatar", width: 16
= gfm escape_once(truncate(commit.title, length: 50)) rescue "--broken encoding"