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
!98
Praktické úlohy a propojení s CMS
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Praktické úlohy a propojení s CMS
mj/prakticke-ulohy
into
devel
Overview
4
Commits
5
Changes
3
Merged
Martin Mareš
requested to merge
mj/prakticke-ulohy
into
devel
3 years ago
Overview
4
Commits
5
Changes
3
0
0
Merge request reports
Viewing commit
324e2b6a
Prev
Next
Show latest version
3 files
+
7
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
324e2b6a
UI k úlohám zobrazuje/edituje typy úloh
· 324e2b6a
Martin Mareš
authored
3 years ago
mo/web/templates/org_contest.html
+
4
−
2
View file @ 324e2b6a
Edit in single-file editor
Open in Web IDE
Show full file
@@ -119,8 +119,9 @@
<tr>
<th>
Kód
<th>
Název
<th>
Odevzdaná řešení
<th>
Maximum bodů
<th>
Typ
<th>
Odevzdáno
<th>
Max. bodů
<th>
Jednotlivé akce
<th>
Dávkové operace
</tr>
@@ -129,6 +130,7 @@
<tr>
<td>
{{ task.code }}
<td>
{{ task.name }}
<td>
{{ task.type.friendly_name() }}
<td>
{{ task.sol_count }}
<td>
{{ task.max_points|decimal|none_value('–') }}
<td><div
class=
"btn-group"
>
Loading