summaryrefslogtreecommitdiff
path: root/app/views/projects/deployments/_commit.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/deployments/_commit.html.haml')
-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 ff250eeca50..170d786ecbf 100644
--- a/app/views/projects/deployments/_commit.html.haml
+++ b/app/views/projects/deployments/_commit.html.haml
@@ -1,4 +1,4 @@
-%div.branch-commit
+.branch-commit
- if deployment.ref
.icon-container
= deployment.tag? ? icon('tag') : icon('code-fork')