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
1016c3fc
Commit
1016c3fc
authored
Nov 13, 2020
by
Alex Buijs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set suggestion_path variable for FOSS
parent
696340d8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
app/views/devise/registrations/new.html.haml
app/views/devise/registrations/new.html.haml
+5
-1
No files found.
app/views/devise/registrations/new.html.haml
View file @
1016c3fc
...
...
@@ -2,5 +2,9 @@
-
add_page_specific_style
'page_bundles/signup'
.signup-page
=
render
'devise/shared/signup_box'
,
url:
registration_path
(
resource_name
),
button_text:
_
(
'Register'
),
show_omniauth_providers:
omniauth_enabled?
&&
button_based_providers_enabled?
=
render
'devise/shared/signup_box'
,
url:
registration_path
(
resource_name
),
button_text:
_
(
'Register'
),
show_omniauth_providers:
omniauth_enabled?
&&
button_based_providers_enabled?
,
suggestion_path:
nil
=
render
'devise/shared/sign_in_link'
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