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:
authorKushal Pandya <kushal@gitlab.com>2018-03-05 15:33:03 +0300
committerKushal Pandya <kushal@gitlab.com>2018-03-05 15:33:03 +0300
commit53de2737fd322332b67cbab1cb2df403ec7272a3 (patch)
treee7385158e4dce946c51f25177c8dd74ff8e42eb2 /app/helpers/labels_helper.rb
parent8a0052c037f025b64159ca8cfe0d3451261c1edb (diff)
Allow exposing methods to `gon_helper`
Diffstat (limited to 'app/helpers/labels_helper.rb')
-rw-r--r--app/helpers/labels_helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/helpers/labels_helper.rb b/app/helpers/labels_helper.rb
index c1c19062c91..b2c641a5dbd 100644
--- a/app/helpers/labels_helper.rb
+++ b/app/helpers/labels_helper.rb
@@ -1,4 +1,5 @@
module LabelsHelper
+ extend self
include ActionView::Helpers::TagHelper
def show_label_issuables_link?(label, issuables_type, current_user: nil, project: nil)