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
b7251475
Commit
b7251475
authored
Sep 26, 2019
by
Robert Czechowski
Browse files
Don't show time hint in unlimited contests
parent
b826f86a
Changes
1
Show whitespace changes
Inline
Side-by-side
templates/jwinf/contest.hbs
View file @
b7251475
...
...
@@ -100,11 +100,13 @@
<p>
<form
action=
""
method=
"post"
>
<input
type=
"hidden"
name=
"csrf_token"
value=
"
{{
csrf_token
}}
"
>
<input
class=
"button is-warning"
type=
"submit"
value=
"⏱ Jetzt starten!"
>
<input
class=
"button is-warning"
type=
"submit"
value=
"
{{#if
contest
.
duration
}}
⏱
{{/if}}
Jetzt starten!"
>
</form>
</p>
{{#if
contest
.
duration
}}
<p>
Der Wettbewerb kann nach dem Starten nicht mehr pausiert werden.
</p>
{{/if}}
{{else}}
<p>
Du kannst diesen Wettbewerb im Moment nicht starten.
</p>
{{#if
logged_in
}}
...
...
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