summaryrefslogtreecommitdiff
path: root/app/views/projects/commits/_commit.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/commits/_commit.html.haml')
-rw-r--r--app/views/projects/commits/_commit.html.haml4
1 files changed, 2 insertions, 2 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)