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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin Mareš
Odevzdávací Systém MO
Merge requests
!105
Zjednoznačnění výsledkovky & postup výběrem
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Zjednoznačnění výsledkovky & postup výběrem
jirka/vysledkovky-a-postup
into
devel
Overview
18
Commits
6
Changes
10
All threads resolved!
Hide all comments
Merged
Zjednoznačnění výsledkovky & postup výběrem
Jiří Setnička
requested to merge
jirka/vysledkovky-a-postup
into
devel
Nov 20, 2021
Overview
18
Commits
6
Changes
5
All threads resolved!
Hide all comments
Obsahuje:
#233 (closed)
Postup do dalšího kola výběrem účastníků
#210 (closed)
Ruční zjednoznačnění pořadí
#238 (closed)
Výsledkové listiny pro hierarchii soutěží
Edited
Nov 21, 2021
by
Jiří Setnička
0
0
Merge request reports
Compare
version 3
version 5
38a4332b
Nov 21, 2021
version 4
582a04ce
Nov 21, 2021
version 3
e8c3f45a
Nov 21, 2021
version 2
7f9fe3db
Nov 20, 2021
version 1
420b771c
Nov 20, 2021
devel (base)
and
latest version
latest version
cca91fd4
6 commits,
Nov 21, 2021
version 5
38a4332b
6 commits,
Nov 21, 2021
version 4
582a04ce
5 commits,
Nov 21, 2021
version 3
e8c3f45a
5 commits,
Nov 21, 2021
version 2
7f9fe3db
5 commits,
Nov 20, 2021
version 1
420b771c
2 commits,
Nov 20, 2021
Show latest version
5 files
+
22
−
15
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
mo/web/templates/org_round.html
+
1
−
1
View file @ cca91fd4
Edit in single-file editor
Open in Web IDE
Show full file
@@ -88,7 +88,7 @@
{% if can_view_contestants %}
<a
class=
"btn btn-primary"
href=
'{{ ctx.url_for('
org_generic_list
')
}}'
>
Seznam účastníků
</a>
{% endif %}
{% if can_view_contestants and round.state in [RoundState.grading, RoundState.closed, RoundState.delegate]
and not in_hier
%}
{% if can_view_contestants and round.state in [RoundState.grading, RoundState.closed, RoundState.delegate] %}
<a
class=
"btn btn-primary"
href=
'{{ ctx.url_for('
org_score
')
}}'
>
Výsledky
</a>
{% endif %}
{% if can_manage_contest %}
Loading