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
!82
Označení neaktivovaných účtů -- vytvoření user_html_flags
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Označení neaktivovaných účtů -- vytvoření user_html_flags
jk/issue-196-v2
into
devel
Overview
25
Commits
6
Changes
12
Merged
Jiří Kalvoda
requested to merge
jk/issue-196-v2
into
devel
4 years ago
Overview
25
Commits
6
Changes
12
Closes
#196 (closed)
0
0
Merge request reports
Compare
devel
version 6
d3b92473
4 years ago
version 5
105c9f3f
4 years ago
version 4
ac004018
4 years ago
version 3
8b41c224
4 years ago
version 2
5d675f50
4 years ago
version 1
297ea6ad
4 years ago
devel (base)
and
version 5
latest version
8af351ab
6 commits,
4 years ago
version 6
d3b92473
5 commits,
4 years ago
version 5
105c9f3f
5 commits,
4 years ago
version 4
ac004018
5 commits,
4 years ago
version 3
8b41c224
7 commits,
4 years ago
version 2
5d675f50
7 commits,
4 years ago
version 1
297ea6ad
3 commits,
4 years ago
12 files
+
52
−
25
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
12
mo/web/templates/parts/org_solution_table.html
+
2
−
2
View file @ 105c9f3f
Edit in single-file editor
Open in Web IDE
Show full file
@@ -35,14 +35,14 @@ finální (ve výchozím stavu poslední nahrané).{% elif sc.allow_upload_solut
{% set u = for_user or obj.user %}
{% set task = for_task or obj %}
{% if for_task %}
<tr
class=
"state-{{ obj.state.name }}
{% if u.is_test %} testuser{% endif %}"
{%
if
u.is_test
%}
title=
"Testovací uživatel"
{%
endif
%}
>
<tr
class=
"state-{{ obj.state.name }}
"
>
{% else %}
<tr>
{% endif %}
<td>
{% if for_user %}
<a
href=
'{{ url_for('
org_contest_task
',
contest_id=
ct_id,
task_id=
task.task_id)
}}'
>
{{ task.code }} {{ task.name }}
</a>
{% else %}
{{ u|pion_link(contest.contest_id) }}
</a>
{{ u|pion_link(contest.contest_id)
}}{{ u|user_flags
}}
</a>
{% endif %}
{% if for_task %}
<td>
{{ obj.state.friendly_name() }}{% endif %}
{% if sol %}
Loading