summaryrefslogtreecommitdiff
path: root/app/helpers/application_helper.rb
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-03-01 15:05:25 +0000
committerPhil Hughes <me@iamphill.com>2018-03-02 08:42:03 +0000
commit148cc3c21b7e7132111244cd9908a4bcbbb0891b (patch)
tree666b1c3fc8f6e79527491da5da57ec7a68062342 /app/helpers/application_helper.rb
parent4927cb75e6ab82500b3d055f35ea621483c224fe (diff)
downloadgitlab-ce-148cc3c21b7e7132111244cd9908a4bcbbb0891b.tar.gz
removed helper methods
Diffstat (limited to 'app/helpers/application_helper.rb')
-rw-r--r--app/helpers/application_helper.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb
index 475341cf9b1..af9c8bf1bd3 100644
--- a/app/helpers/application_helper.rb
+++ b/app/helpers/application_helper.rb
@@ -320,10 +320,6 @@ module ApplicationHelper
cookies["sidebar_collapsed"] == "true"
end
- def show_new_ide?
- cookies["new_repo"] == "true" && body_data_page != 'projects:show'
- end
-
def locale_path
asset_path("locale/#{Gitlab::I18n.locale}/app.js")
end