summaryrefslogtreecommitdiff
path: root/app/views/projects/deployments
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-10-10 08:46:28 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-10-10 09:44:05 -0500
commit094828d01d2c146f2ba56af953333c2186ba9ba6 (patch)
treebf8e15d187cd72a791b727b5a9fd5bb3bda54235 /app/views/projects/deployments
parentb24c57d03d5d0e7665e708238450d957422ff711 (diff)
downloadgitlab-ce-094828d01d2c146f2ba56af953333c2186ba9ba6.tar.gz
Trigger updates
Diffstat (limited to 'app/views/projects/deployments')
-rw-r--r--app/views/projects/deployments/_commit.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/deployments/_commit.html.haml b/app/views/projects/deployments/_commit.html.haml
index 28813babd7b..ff250eeca50 100644
--- a/app/views/projects/deployments/_commit.html.haml
+++ b/app/views/projects/deployments/_commit.html.haml
@@ -3,7 +3,7 @@
.icon-container
= deployment.tag? ? icon('tag') : icon('code-fork')
= link_to deployment.ref, namespace_project_commits_path(@project.namespace, @project, deployment.ref), class: "monospace branch-name"
- .icon-container
+ .icon-container.commit-icon
= custom_icon("icon_commit")
= link_to deployment.short_sha, namespace_project_commit_path(@project.namespace, @project, deployment.sha), class: "commit-id monospace"