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 <dmitriy.zaporozhets@gmail.com>2012-08-13 09:52:10 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-08-13 09:52:10 +0400
commit6ebd360cf2627f874532db6b6fa7f14d4b23984b (patch)
tree15d8611b4e99196e1fb23f03b9ff3510ad8056e2 /app/views/events
parent463644c8827a6015d9a3669e64ff04683d9f1c3d (diff)
Modern theme restyled. Better Profile -> Ui page
Diffstat (limited to 'app/views/events')
-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