summaryrefslogtreecommitdiff
path: root/app/views/projects/pages
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-04-09 12:36:21 -0500
committerClement Ho <ClemMakesApps@gmail.com>2018-04-09 12:36:21 -0500
commit3e7a17d4759a2c25f0c717408c48bfc7e975dde3 (patch)
tree396f914dd927cc791fd008cda29efd31173661d3 /app/views/projects/pages
parenta7e30d65a97a9c519f9a3ec8fc49c9efc86a51b4 (diff)
downloadgitlab-ce-3e7a17d4759a2c25f0c717408c48bfc7e975dde3.tar.gz
Replace .pull-left with .float-left
Diffstat (limited to 'app/views/projects/pages')
-rw-r--r--app/views/projects/pages/_https_only.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/pages/_https_only.html.haml b/app/views/projects/pages/_https_only.html.haml
index 6a3ffce949f..57345edb90b 100644
--- a/app/views/projects/pages/_https_only.html.haml
+++ b/app/views/projects/pages/_https_only.html.haml
@@ -1,5 +1,5 @@
= form_for @project, url: namespace_project_pages_path(@project.namespace.becomes(Namespace), @project), html: { class: 'inline', title: pages_https_only_title } do |f|
- = f.check_box :pages_https_only, class: 'pull-left', disabled: pages_https_only_disabled?
+ = f.check_box :pages_https_only, class: 'float-left', disabled: pages_https_only_disabled?
.prepend-left-20
= f.label :pages_https_only, class: pages_https_only_label_class do