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
MO-P
Odevzdávací Systém MO
Merge requests
!88
Přdáno filtrování orgů podle rolí
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Přdáno filtrování orgů podle rolí
jk/issue-183
into
devel
Overview
34
Commits
6
Changes
4
Merged
Přdáno filtrování orgů podle rolí
Jiří Kalvoda
requested to merge
jk/issue-183
into
devel
Jul 23, 2021
Overview
21
Commits
6
Changes
2
0
0
Merge request reports
Compare
version 1
version 9
15d4acd8
Jul 25, 2021
version 8
ef68cbf6
Jul 25, 2021
version 7
e59ad2c3
Jul 25, 2021
version 6
b002f8d6
Jul 25, 2021
version 5
6c0fe184
Jul 25, 2021
version 4
703e2f31
Jul 25, 2021
version 3
1f6369c7
Jul 24, 2021
version 2
c84ea734
Jul 23, 2021
version 1
ce634fe4
Jul 23, 2021
devel (base)
and
version 2
latest version
4aa88fa4
6 commits,
Jul 26, 2021
version 9
15d4acd8
5 commits,
Jul 25, 2021
version 8
ef68cbf6
5 commits,
Jul 25, 2021
version 7
e59ad2c3
5 commits,
Jul 25, 2021
version 6
b002f8d6
5 commits,
Jul 25, 2021
version 5
6c0fe184
5 commits,
Jul 25, 2021
version 4
703e2f31
5 commits,
Jul 25, 2021
version 3
1f6369c7
5 commits,
Jul 24, 2021
version 2
c84ea734
5 commits,
Jul 23, 2021
version 1
ce634fe4
4 commits,
Jul 23, 2021
Show latest version
2 files
+
21
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
mo/web/templates/org_orgs.html
+
5
−
1
View file @ c84ea734
Edit in single-file editor
Open in Web IDE
Show full file
@@ -82,7 +82,11 @@
{% if user.roles|count > 0 %}
<ul>
{% for role in user.roles %}
<li>
{{ role }}
</li>
{% if role.user_role_id in marked_roles_id %}
<li><b>
{{ role }}
</b></li>
{% else %}
<li>
{{ role }}
</li>
{% endif %}
{%- endfor %}
</ul>
{% endif %}
</td>
Loading