summaryrefslogtreecommitdiff
path: root/app/views/groups
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2018-08-31 18:28:29 -0700
committerRobert Speicher <rspeicher@gmail.com>2018-08-31 18:29:37 -0700
commit94531f76d470189c50e679c671ff5430d18a88ba (patch)
treea72f22189c2c1a31d0058d0dc44e5a0de43d29d2 /app/views/groups
parent6dc252e4066d4e9100954f51e357bdaaffba6e64 (diff)
downloadgitlab-ce-94531f76d470189c50e679c671ff5430d18a88ba.tar.gz
Correct remaining `Lint/UselessAssignment` haml-lint violations
Diffstat (limited to 'app/views/groups')
-rw-r--r--app/views/groups/labels/index.html.haml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/groups/labels/index.html.haml b/app/views/groups/labels/index.html.haml
index db7eaff6658..e1e38a7e82f 100644
--- a/app/views/groups/labels/index.html.haml
+++ b/app/views/groups/labels/index.html.haml
@@ -1,7 +1,6 @@
- @no_container = true
- page_title "Labels"
- can_admin_label = can?(current_user, :admin_label, @group)
-- hide_class = ''
- hide = @available_labels.empty? || (params[:page].present? && params[:page] != '1')
- issuables = ['issues', 'merge requests']