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
!32
Dávkové bodování
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Dávkové bodování
mj/batch-points
into
master
Overview
11
Commits
6
Changes
2
All threads resolved!
Hide all comments
Merged
Martin Mareš
requested to merge
mj/batch-points
into
master
4 years ago
Overview
11
Commits
6
Changes
2
All threads resolved!
Hide all comments
Implementace
#144 (closed)
.
0
0
Merge request reports
Viewing commit
d60c8905
Prev
Next
Show latest version
2 files
+
4
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
d60c8905
Odkazy na dávkové bodování
· d60c8905
Martin Mareš
authored
4 years ago
mo/web/templates/org_contest.html
+
1
−
0
View file @ d60c8905
Edit in single-file editor
Open in Web IDE
Show full file
@@ -100,6 +100,7 @@
{% endif %}
{% if not site and can_edit_points %}
<a
class=
"btn btn-xs btn-primary"
href=
"{{ url_for('org_contest_task_points', contest_id=contest.contest_id, task_id=task.task_id) }}"
>
Zadat body
</a>
<a
class=
"btn btn-xs btn-default"
href=
"{{ url_for('org_contest_task_batch_points', contest_id=contest.contest_id, task_id=task.task_id) }}"
>
Nahrát body
</a>
{% endif %}
</div>
</tr>
Loading