summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-07-27 13:29:32 -0500
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-07-28 12:45:35 -0500
commit59797acd85037e9f491d298ac37743897ca2d6c2 (patch)
tree0f6e292739a190e87645fade49fd3361615566f3
parentd286c624defd0549642c787ccd6782ee3e5ff42f (diff)
downloadgitlab-ce-59797acd85037e9f491d298ac37743897ca2d6c2.tar.gz
Add icon container
-rw-r--r--app/views/admin/builds/_build.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/admin/builds/_build.html.haml b/app/views/admin/builds/_build.html.haml
index 6d1ccf32b56..352adbedee4 100644
--- a/app/views/admin/builds/_build.html.haml
+++ b/app/views/admin/builds/_build.html.haml
@@ -17,7 +17,8 @@
= link_to build.ref, namespace_project_commits_path(build.project.namespace, build.project, build.ref), class: "monospace branch-name"
- else
.light none
- = custom_icon("icon_commit")
+ .icon-container
+ = custom_icon("icon_commit")
= link_to build.short_sha, namespace_project_commit_path(build.project.namespace, build.project, build.sha), class: "monospace commit-id"
- if build.stuck?