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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin Mareš
Odevzdávací Systém MO
Merge requests
!106
Účastníkům při výběru školy nezobrazujeme skrytá místa
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Účastníkům při výběru školy nezobrazujeme skrytá místa
jk/hidden-place
into
devel
Overview
9
Commits
6
Changes
2
Merged
Jiří Kalvoda
requested to merge
jk/hidden-place
into
devel
3 years ago
Overview
9
Commits
6
Changes
2
Expand
Closes
#253 (closed)
0
0
Merge request reports
Viewing commit
0a4a6240
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
Search (e.g. *.vue) (Ctrl+P)
0a4a6240
UI Pro nastavení příznaku skryté místo
· 0a4a6240
Jiří Kalvoda
authored
3 years ago
mo/web/templates/org_place.html
+
1
−
0
Options
@@ -18,6 +18,7 @@
<tr><td>
NUTS/LAU:
<td>
{{ place.nuts or '–' }}
{% endif %}
<tr><td>
Poznámka:
<td>
{{ place.note or '–' }}
<tr><td>
Skrytý:
<td><div
class=
"{% if place.hidden %}warning-text{% endif %}"
>
{{ place.hidden | yes_no }}
</div>
</table>
<div
class=
"btn-group"
role=
"group"
>
{% if can_edit %}
Loading