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
464597a1
Commit
464597a1
authored
Jun 09, 2020
by
Robert Czechowski
Browse files
Template jwinf: Reposition oauth login button again
parent
c8e754ed
Pipeline
#670
passed with stages
in 46 minutes and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
templates/jwinf/base.hbs
View file @
464597a1
...
...
@@ -76,8 +76,9 @@
{{#if
self_url
}}
{{#
each
oauth_links
}}
<div
class=
"columns blogin"
>
<div
class=
"column is-offset-half"
>
<a
class=
"button is-small is-info"
style=
"font-weight:bold;"
href=
"
{{
this
.
2
}}{{
..
/
self_url
}}
/oauth/
{{
this
.
0
}}
"
>
{{
this
.
1
}}
</a>
<div
class=
"column"
>
<a
class=
"button is-small is-info"
style=
"font-weight:bold;float:right;"
href=
"
{{
this
.
2
}}{{
..
/
self_url
}}
/oauth/
{{
this
.
0
}}
"
>
{{
this
.
1
}}
</a>
<div
style=
"clear:both;"
></div>
</div>
</div>
{{/
each
}}
...
...
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