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
1695dced
Commit
1695dced
authored
Mar 12, 2020
by
Robert Czechowski
Browse files
Template 'jwinf': Make text bold on login buttons
parent
cf6c78e7
Pipeline
#496
passed with stages
in 24 minutes and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
templates/jwinf/base.hbs
View file @
1695dced
...
...
@@ -59,7 +59,7 @@
<form
action=
"/clogin"
method=
"post"
autocomplete=
"off"
class=
"columns blogin"
>
<!-- <div class=> -->
<div
class=
"column is-three-fifths"
><input
class=
"input is-small"
type=
"text"
name=
"code"
placeholder=
"Gruppencode oder Logincode"
autofocus
></div>
<div
class=
"column"
><input
class=
"button is-small is-success"
type=
"submit"
value=
"↪ Login"
></div>
<div
class=
"column"
><input
class=
"button is-small is-success"
type=
"submit"
value=
"↪ Login"
style=
"font-weight:bold;"
></div>
<!-- </div> -->
</form>
<form
action=
"/login"
method=
"post"
class=
"columns blogin"
>
...
...
@@ -69,9 +69,8 @@
{{#if
self_url
}}
{{#
each
oauth_links
}}
<div
class=
"columns blogin"
>
<div
class=
"column is-two-fifth"
></div>
<div
class=
"column"
>
<a
class=
"button is-small is-info"
href=
"
{{
this
.
2
}}{{
..
/
self_url
}}
/oauth/
{{
this
.
0
}}
"
>
{{
this
.
1
}}
</a>
<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>
</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