Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bwinf
medal
Commits
31396ec2
Commit
31396ec2
authored
Jul 01, 2019
by
Robert Czechowski
Browse files
FIX: Make Oauth-login links work in default template
parent
2b335d94
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/default/index.hbs
View file @
31396ec2
...
...
@@ -28,7 +28,7 @@
{{#if
self_url
}}
{{#
each
oauth_links
}}
<a
href=
"
{{
this
.
2
}}{{
self_url
}}
/oauth/
{{
this
.
0
}}
"
>
{{
this
.
1
}}
</a>
<a
href=
"
{{
this
.
2
}}{{
..
/
self_url
}}
/oauth/
{{
this
.
0
}}
"
>
{{
this
.
1
}}
</a>
{{/
each
}}
{{/if}}
...
...
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