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:
Diffstat (limited to 'app/views/commits/_commits.html.haml')
-rw-r--r--app/views/commits/_commits.html.haml9
1 files changed, 5 insertions, 4 deletions
diff --git a/app/views/commits/_commits.html.haml b/app/views/commits/_commits.html.haml
index 6d7828a637a..71737d5aecc 100644
--- a/app/views/commits/_commits.html.haml
+++ b/app/views/commits/_commits.html.haml
@@ -4,16 +4,17 @@
%h5.underlined= day.stamp("28 Aug, 2010")
%ul.unstyled
- commits.each do |commit|
- %li
+ %li.wll
%a{ :class => "update-item", :href => project_commit_path(@project, :id => commit.id) }
.right.btn
= truncate(commit.id.to_s, :length => 10)
ยป
= image_tag gravatar_icon(commit.author_email), :class => "avatar", :width => 32
- %div
- %strong
- = truncate(commit.safe_message, :length => 50)
%span.update-author
%strong= commit.author_name
+ –
= time_ago_in_words(commit.committed_date)
ago
+ %p
+ %strong
+ = truncate(commit.safe_message, :length => 50)