Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
39d4847d
Commit
39d4847d
authored
Aug 07, 2017
by
Tim Zallmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for duplicated Helper Function
parent
77289ea1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
app/helpers/license_helper.rb
app/helpers/license_helper.rb
+0
-8
No files found.
app/helpers/license_helper.rb
View file @
39d4847d
...
...
@@ -67,14 +67,6 @@ module LicenseHelper
uri
.
to_s
end
def
new_trial_url
return_to_url
=
URI
.
encode
(
Gitlab
.
config
.
gitlab
.
url
)
uri
=
URI
.
parse
(
Gitlab
::
SUBSCRIPTIONS_URL
)
uri
.
path
=
'/trials/new'
uri
.
query
=
"return_to=
#{
return_to_url
}
"
uri
.
to_s
end
# Temporary URL for promotions - later `group_billings_path(group)` or `profile_billings_path`
def
upgrade_plan_url
'https://about.gitlab.com/gitlab-com/'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment