diff options
author | Kushal Pandya <kushal@gitlab.com> | 2018-03-05 18:03:03 +0530 |
---|---|---|
committer | Kushal Pandya <kushal@gitlab.com> | 2018-03-05 18:03:03 +0530 |
commit | 53de2737fd322332b67cbab1cb2df403ec7272a3 (patch) | |
tree | e7385158e4dce946c51f25177c8dd74ff8e42eb2 /app | |
parent | 8a0052c037f025b64159ca8cfe0d3451261c1edb (diff) | |
download | gitlab-ce-53de2737fd322332b67cbab1cb2df403ec7272a3.tar.gz |
Allow exposing methods to `gon_helper`
Diffstat (limited to 'app')
-rw-r--r-- | app/helpers/labels_helper.rb | 1 |
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) |