summaryrefslogtreecommitdiff
path: root/app/views/projects
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects')
-rw-r--r--app/views/projects/commits/_commit.html.haml4
-rw-r--r--app/views/projects/commits/_commits.html.haml2
2 files changed, 3 insertions, 3 deletions
diff --git a/app/views/projects/commits/_commit.html.haml b/app/views/projects/commits/_commit.html.haml
index bb911ed5305..61bf4381bc2 100644
--- a/app/views/projects/commits/_commit.html.haml
+++ b/app/views/projects/commits/_commit.html.haml
@@ -9,7 +9,7 @@
= cache(cache_key) do
%li.commit.js-toggle-container{ id: "commit-#{commit.short_id}" }
- = commit_author_avatar(commit, size: 30)
+ = commit_author_avatar(commit, size: 32)
.commit-row
%span.commit-row-title
%span.item-title
@@ -23,7 +23,7 @@
.committed_ago
#{time_ago_with_tooltip(commit.committed_date)}  
- .pull-right
+ .pull-info-right
- if commit.status
= render_ci_status(commit)
= clipboard_button(clipboard_text: commit.id)
diff --git a/app/views/projects/commits/_commits.html.haml b/app/views/projects/commits/_commits.html.haml
index 9421a7fa8e3..1e069367187 100644
--- a/app/views/projects/commits/_commits.html.haml
+++ b/app/views/projects/commits/_commits.html.haml
@@ -11,7 +11,7 @@
.light
%span
= day.strftime('%d %b, %Y')
- .
+ •
= pluralize(commits.count, 'commit')
= render commits, project: project
%hr.lists-separator