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
f397e4b7
Commit
f397e4b7
authored
Jun 11, 2019
by
Robert Czechowski
Browse files
Fix OAuth link generation
parent
69641e0f
Pipeline
#127
passed with stages
in 16 minutes and 57 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/main.rs
View file @
f397e4b7
...
...
@@ -226,7 +226,6 @@ fn main() {
println!
(
"applying migrations …"
);
db_apply_migrations
::
test
(
&
mut
conn
);
println!
(
"scanning for contests …"
);
refresh_all_contests
(
&
mut
conn
);
...
...
templates/index.hbs
View file @
f397e4b7
...
...
@@ -56,7 +56,7 @@
<div
class=
"columns blogin"
>
<div
class=
"column is-two-fifths"
></div>
<div
class=
"column"
>
<a
class=
"button is-small is-info"
href=
"
{{
this
.
2
}}{{
self_url
}}
/oauth/
{{
this
.
0
}}
"
>
{{
this
.
1
}}
</a>
<a
class=
"button is-small is-info"
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