summaryrefslogtreecommitdiff
path: root/app/views/projects/deployments
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-06-14 16:11:28 +0200
committerKamil Trzcinski <ayufan@ayufan.eu>2016-06-14 16:11:28 +0200
commitdc41a933f4f9a79e7160e38f248d33d7beb99bb6 (patch)
tree996081065e7be06caa668e600ac80ef2283974be /app/views/projects/deployments
parent975e3887510cd09103363095cafd42fd688d920c (diff)
downloadgitlab-ce-dc41a933f4f9a79e7160e38f248d33d7beb99bb6.tar.gz
Update scss to make the views look nicer
Diffstat (limited to 'app/views/projects/deployments')
-rw-r--r--app/views/projects/deployments/_deployment.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/deployments/_deployment.html.haml b/app/views/projects/deployments/_deployment.html.haml
index 1ac17af8b58..28c003d22a8 100644
--- a/app/views/projects/deployments/_deployment.html.haml
+++ b/app/views/projects/deployments/_deployment.html.haml
@@ -9,7 +9,7 @@
&middot;
= link_to deployment.short_sha, namespace_project_commit_path(@project.namespace, @project, deployment.sha), class: "commit-id monospace"
- %p
+ %p.commit-title
%span
- if commit_title = deployment.commit_title
= link_to_gfm commit_title, namespace_project_commit_path(@project.namespace, @project, deployment.sha), class: "commit-row-message"