Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Odevzdávací Systém MO
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin Mareš
Odevzdávací Systém MO
Merge requests
!67
user_index: Přehlednější vstupní stránka pro účastníka
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
user_index: Přehlednější vstupní stránka pro účastníka
honza/mr9
into
devel
Overview
1
Commits
2
Changes
1
Merged
Jan Prachař
requested to merge
honza/mr9
into
devel
4 years ago
Overview
1
Commits
2
Changes
1
Expand
Tohle závisí na
!37 (merged)
a ještě by chtělo dořešit, jestli chceme zobrazovat i minulé ročníky.
0
0
Merge request reports
Viewing commit
08dd1466
Prev
Next
Show latest version
1 file
+
4
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
08dd1466
Úvodní stránka pro soutěžícího: přidán stav účasti
· 08dd1466
Jan Prachař
authored
4 years ago
mo/web/templates/user_index.html
+
4
−
2
Options
@@ -10,14 +10,16 @@
<tr>
<th>
Kategorie
<th>
Kolo
<th>
Stav
<th>
Stav účasti
<th>
Stav soutěže
<th>
Odkazy
<tbody>
{% for pion, contest, round in pions %}
{% set state = contest.ct_state() %}
<tr>
<td
class=
"text-center"
style=
"font-size: 1.2em"
><b>
{{ round.category }}
</b>
<td>
{{ round.name }} {{ contest.place.name_locativ() if contest.place.level > 0 else '' }}
<td>
{{ round.name }} {{ contest.place.name_locative() if contest.place.level > 0 else '' }}
<td>
{{ pion.state.friendly_name() }}
<td>
{{ contest.ct_long_state() }}
<td>
{% if contest.ct_task_statement_available() %}
Loading