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
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2018-09-01 04:28:29 +0300
committerRobert Speicher <rspeicher@gmail.com>2018-09-01 04:29:37 +0300
commit94531f76d470189c50e679c671ff5430d18a88ba (patch)
treea72f22189c2c1a31d0058d0dc44e5a0de43d29d2 /app/views/projects/labels
parent6dc252e4066d4e9100954f51e357bdaaffba6e64 (diff)
Correct remaining `Lint/UselessAssignment` haml-lint violations
Diffstat (limited to 'app/views/projects/labels')
-rw-r--r--app/views/projects/labels/index.html.haml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/projects/labels/index.html.haml b/app/views/projects/labels/index.html.haml
index 768ce9bd103..dfac62e7985 100644
--- a/app/views/projects/labels/index.html.haml
+++ b/app/views/projects/labels/index.html.haml
@@ -1,7 +1,6 @@
- @no_container = true
- page_title "Labels"
- can_admin_label = can?(current_user, :admin_label, @project)
-- hide_class = ''
- search = params[:search]
- if can_admin_label