summaryrefslogtreecommitdiff
path: root/app/views/projects/commit/_commit_box.html.haml
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-11-14 14:03:44 -0600
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-11-14 14:03:44 -0600
commit144002249e500922f422b2095f91f35d8a3addb5 (patch)
treec563464d643749ce3fab32e7e5273a1492600688 /app/views/projects/commit/_commit_box.html.haml
parent775c5aab757d1f0caa7c80566e123be2e1f20526 (diff)
downloadgitlab-ce-144002249e500922f422b2095f91f35d8a3addb5.tar.gz
Make pipeline page header responsive; add build counter; add short sha
Diffstat (limited to 'app/views/projects/commit/_commit_box.html.haml')
-rw-r--r--app/views/projects/commit/_commit_box.html.haml7
1 files changed, 4 insertions, 3 deletions
diff --git a/app/views/projects/commit/_commit_box.html.haml b/app/views/projects/commit/_commit_box.html.haml
index bc48f67d140..503cbd13b5e 100644
--- a/app/views/projects/commit/_commit_box.html.haml
+++ b/app/views/projects/commit/_commit_box.html.haml
@@ -1,5 +1,5 @@
-.commit-info-row.commit-info-row-header
- .commit-meta
+.page-content-header
+ .header-main-content
%strong Commit
%strong.monospace.js-details-short= @commit.short_id
= link_to("#", class: "js-details-expand hidden-xs hidden-sm") do
@@ -19,7 +19,8 @@
%strong
= commit_committer_link(@commit, avatar: true, size: 24)
#{time_ago_with_tooltip(@commit.committed_date)}
- .commit-action-buttons
+
+ .header-action-buttons
- if defined?(@notes_count) && @notes_count > 0
%span.btn.disabled.btn-grouped.hidden-xs.append-right-10
= icon('comment')