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
!128
Místa: hledání a další drobná vylepšení
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Místa: hledání a další drobná vylepšení
mj/places
into
devel
Overview
22
Commits
10
Changes
9
2 unresolved threads
Hide all comments
Merged
Martin Mareš
requested to merge
mj/places
into
devel
2 years ago
Overview
22
Commits
10
Changes
3
2 unresolved threads
Hide all comments
Expand
0
0
Merge request reports
Compare
version 1
version 1
ed52663f
2 years ago
devel (base)
and
latest version
latest version
523b9f9b
10 commits,
2 years ago
version 1
ed52663f
7 commits,
2 years ago
Show latest version
3 files
+
83
−
53
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
mo/web/templates/org_place.html
+
2
−
2
Options
@@ -36,7 +36,7 @@
{% endif %}
</div>
<h3>
Vyhledávání
</h3>
<h3>
Vyhledávání
míst{% if place.level > 0 %} v této oblasti{% endif %}
</h3>
{% if search_failed %}
<div
class=
'alert alert-danger'
role=
'alert'
>
@@ -50,7 +50,7 @@
</div>
{% endif %}
{{ wtf.quick_form(search_form, form_type='inline', button_map={'submit': 'primary'}) }}
{{ wtf.quick_form(search_form,
method='GET',
form_type='inline', button_map={'submit': 'primary'}) }}
{% if found_places %}
<table
class=
data
>
Loading