Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2018-04-12 18:47:40 +0300
committerClement Ho <clemmakesapps@gmail.com>2018-04-12 18:47:40 +0300
commitbbb24da922f7e501571b5f356fd68257e75e4d40 (patch)
treeb747bba5a16d9e9a2245b1f4ba2283ad74db2c95 /app/views
parent7ea7b2abe7e9fbf89d76037a5606aedac5743c49 (diff)
Resolve "Clean up old project permissions frontend code"
Diffstat (limited to 'app/views')
-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)