summaryrefslogtreecommitdiff
path: root/app/views/events/_commit.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-08-13 08:52:10 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-08-13 08:52:10 +0300
commit6ebd360cf2627f874532db6b6fa7f14d4b23984b (patch)
tree15d8611b4e99196e1fb23f03b9ff3510ad8056e2 /app/views/events/_commit.html.haml
parent463644c8827a6015d9a3669e64ff04683d9f1c3d (diff)
downloadgitlab-ce-6ebd360cf2627f874532db6b6fa7f14d4b23984b.tar.gz
Modern theme restyled. Better Profile -> Ui page
Diffstat (limited to 'app/views/events/_commit.html.haml')
-rw-r--r--app/views/events/_commit.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/events/_commit.html.haml b/app/views/events/_commit.html.haml
index 79df0cfb00b..1e5c00cb4f4 100644
--- a/app/views/events/_commit.html.haml
+++ b/app/views/events/_commit.html.haml
@@ -1,7 +1,7 @@
- commit = CommitDecorator.decorate(commit)
-%li.wll.commit
+%li.commit
%p
- = link_to commit.short_id(8), project_commit_path(project, id: commit.id), class: "commit_short_id"
+ = link_to commit.short_id(8), project_commit_path(project, id: commit.id), class: "commit_short_id"
%strong.cdark= commit.author_name
&ndash;
= image_tag gravatar_icon(commit.author_email), class: "avatar", width: 16