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
fff7e8f8
Commit
fff7e8f8
authored
Jan 31, 2020
by
Robert Czechowski
Browse files
Rename 'Contest' to 'Training' when there is no time limit
parent
a0ebfe8f
Pipeline
#358
passed with stages
in 28 minutes and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
templates/jwinf/contest.hbs
View file @
fff7e8f8
...
...
@@ -81,12 +81,13 @@
<div
class=
"column is-8 is-offset-2"
>
<div
style=
"min-height: 400px; margin-bottom:100px;"
>
<h3
class=
"title is-4"
>
Wettbewerb:
{{
contest
.
name
}}
</h3>
<h3
class=
"title is-4"
>
{{#if
duration
}}
Wettbewerb:
{{else}}
Trainingsaufgaben:
{{/if}}
{{
contest
.
name
}}
</h3>
{{#if
contest
.
duration
}}
<h4
class=
"subtitle is-5"
>
Dauer:
{{
contest
.
duration
}}
Minuten
</h4>
{{/if}}
{{#if
participation_start_date
}}
<p>
{{#if
duration
}}
{{#if
duration
}}
{{#if
time_left
}}
Verbleibenden Zeit:
{{
time_left
}}
{{else}}
...
...
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