summaryrefslogtreecommitdiff
path: root/app/views/projects/ci/pipelines/_pipeline.html.haml
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-10-07 16:21:08 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-10-10 08:59:10 -0500
commitb24c57d03d5d0e7665e708238450d957422ff711 (patch)
treeb19e63c074b53507c7a8c47967bfee4c5d98e111 /app/views/projects/ci/pipelines/_pipeline.html.haml
parent87ee876307c76419954d99b15fd0f71f09a65699 (diff)
downloadgitlab-ce-b24c57d03d5d0e7665e708238450d957422ff711.tar.gz
Fix icon alignment
Diffstat (limited to 'app/views/projects/ci/pipelines/_pipeline.html.haml')
-rw-r--r--app/views/projects/ci/pipelines/_pipeline.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/ci/pipelines/_pipeline.html.haml b/app/views/projects/ci/pipelines/_pipeline.html.haml
index 77ba8ae07f1..1bd7ee76f61 100644
--- a/app/views/projects/ci/pipelines/_pipeline.html.haml
+++ b/app/views/projects/ci/pipelines/_pipeline.html.haml
@@ -31,7 +31,7 @@
= pipeline.tag? ? icon('tag') : icon('code-fork')
= link_to pipeline.ref, namespace_project_commits_path(pipeline.project.namespace, pipeline.project, pipeline.ref), class: "monospace branch-name"
- if show_commit
- .icon-container
+ .icon-container.commit-icon
= custom_icon("icon_commit")
= link_to pipeline.short_sha, namespace_project_commit_path(pipeline.project.namespace, pipeline.project, pipeline.sha), class: "commit-id monospace"