summaryrefslogtreecommitdiff
path: root/app/views/projects/edit.html.haml
diff options
context:
space:
mode:
authorTM Lee <tmlee.ltm@gmail.com>2017-06-19 13:50:30 +0000
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-06-19 13:50:30 +0000
commitf5d16b0db81d094b751adc13e0f7e3e362493bf2 (patch)
tree27e2229c3db74a94f12267a2425783786266ab67 /app/views/projects/edit.html.haml
parent9fe6c2b2c2dd92831c93297021b41d6721e4b201 (diff)
downloadgitlab-ce-f5d16b0db81d094b751adc13e0f7e3e362493bf2.tar.gz
[#27697] Make the arrow icons consistent in dropdown
Diffstat (limited to 'app/views/projects/edit.html.haml')
-rw-r--r--app/views/projects/edit.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/projects/edit.html.haml b/app/views/projects/edit.html.haml
index c3dab68cea5..296e37e20e6 100644
--- a/app/views/projects/edit.html.haml
+++ b/app/views/projects/edit.html.haml
@@ -99,9 +99,9 @@
Git Large File Storage
= link_to icon('question-circle'), help_page_path('workflow/lfs/manage_large_binaries_with_git_lfs')
.col-md-3
- = f.select :lfs_enabled, [%w(Enabled true), %w(Disabled false)], {}, selected: @project.lfs_enabled?, class: 'pull-right form-control project-repo-select', data: { field: 'lfs_enabled' }
-
-
+ .select-wrapper
+ = f.select :lfs_enabled, [%w(Enabled true), %w(Disabled false)], {}, selected: @project.lfs_enabled?, class: 'pull-right form-control project-repo-select select-control', data: { field: 'lfs_enabled' }
+ = icon('chevron-down')
- if Gitlab.config.registry.enabled
.form-group.js-container-registry{ style: ("display: none;" if @project.project_feature.send(:repository_access_level) == 0) }
.checkbox