summaryrefslogtreecommitdiff
path: root/app/controllers/admin/labels_controller.rb
diff options
context:
space:
mode:
authorValery Sizov <vsv2711@gmail.com>2015-09-03 18:44:58 +0300
committerValery Sizov <vsv2711@gmail.com>2015-09-03 19:02:14 +0300
commit6bd3d72bbdf288ecf2eee718f2943821c1401a22 (patch)
treeabbd88a9aa341b9bf3c8c4fae9033d350db89aa5 /app/controllers/admin/labels_controller.rb
parentf5ffeac058260de26efdcdae4205804154bc027e (diff)
downloadgitlab-ce-6bd3d72bbdf288ecf2eee718f2943821c1401a22.tar.gz
added spinach for glabal labelsglobal_labels
Diffstat (limited to 'app/controllers/admin/labels_controller.rb')
-rw-r--r--app/controllers/admin/labels_controller.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/admin/labels_controller.rb b/app/controllers/admin/labels_controller.rb
index bcdfe6c80a0..3b070e65d0d 100644
--- a/app/controllers/admin/labels_controller.rb
+++ b/app/controllers/admin/labels_controller.rb
@@ -1,4 +1,3 @@
-
class Admin::LabelsController < Admin::ApplicationController
before_action :set_label, only: [:show, :edit, :update, :destroy]