summaryrefslogtreecommitdiff
path: root/app/views/projects/_visibility_select.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/_visibility_select.html.haml')
-rw-r--r--app/views/projects/_visibility_select.html.haml9
1 files changed, 0 insertions, 9 deletions
diff --git a/app/views/projects/_visibility_select.html.haml b/app/views/projects/_visibility_select.html.haml
deleted file mode 100644
index 4026b9e3c46..00000000000
--- a/app/views/projects/_visibility_select.html.haml
+++ /dev/null
@@ -1,9 +0,0 @@
-- if can_change_visibility_level?(@project, current_user)
- .select-wrapper
- = form.select(model_method, visibility_select_options(@project, selected_level), {}, class: 'form-control visibility-select select-control')
- = icon('chevron-down')
-- else
- .info.js-locked{ data: { help_block: visibility_level_description(@project.visibility_level, @project) } }
- = visibility_level_icon(@project.visibility_level)
- %strong
- = visibility_level_label(@project.visibility_level)