summaryrefslogtreecommitdiff
path: root/app/views/projects/compare
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-12-02 14:46:15 +0100
committerDouwe Maan <douwe@gitlab.com>2015-12-02 14:46:15 +0100
commit3ae7dba931b880b8090edffb247ebfe32d26648e (patch)
tree11b681080e41dc6a859f73069db1702d1eb8ff28 /app/views/projects/compare
parent58dad2a9dadea647b5665e1de6a6e997484b96b1 (diff)
downloadgitlab-ce-3ae7dba931b880b8090edffb247ebfe32d26648e.tar.gz
Use gl-padding instead of 15px/20px where appropriate
Diffstat (limited to 'app/views/projects/compare')
-rw-r--r--app/views/projects/compare/show.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/compare/show.html.haml b/app/views/projects/compare/show.html.haml
index 39755efd2fd..51088a7dea8 100644
--- a/app/views/projects/compare/show.html.haml
+++ b/app/views/projects/compare/show.html.haml
@@ -7,11 +7,11 @@
= render "form"
- if @commits.present?
- .prepend-top-20
+ .prepend-top-default
= render "projects/commits/commit_list"
= render "projects/diffs/diffs", diffs: @diffs, project: @project
- else
- .light-well.prepend-top-20
+ .light-well.prepend-top-default
.center
%h4
There isn't anything to compare.