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
!17
Výsledkovka pomocí mo.web.table
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Výsledkovka pomocí mo.web.table
jirka/table
into
master
Overview
0
Commits
23
Changes
3
Closed
Jiří Setnička
requested to merge
jirka/table
into
master
4 years ago
Overview
0
Commits
23
Changes
3
Expand
0
0
Merge request reports
Viewing commit
9870e693
Prev
Next
Show latest version
3 files
+
10
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
9870e693
Mít právo editovat místo a přidat mu podřízené není totéž
· 9870e693
Martin Mareš
authored
4 years ago
mo/web/templates/org_place.html
+
1
−
1
Options
@@ -49,7 +49,7 @@
{% endfor %}
</table>
{% endif %}
{% if can_
edit
%}
{% if can_
add_child
%}
<a
class=
"btn btn-primary"
href=
"{{ url_for('org_place_new_child', id=place.place_id) }}"
>
Přidat nové podřízené místo
</a>
{% endif %}
{% endif %}
Loading