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
!77
Stránkování prázdného seznamu
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Stránkování prázdného seznamu
jk/issue-204
into
devel
Overview
0
Commits
1
Changes
3
Merged
Jiří Kalvoda
requested to merge
jk/issue-204
into
devel
4 years ago
Overview
0
Commits
1
Changes
3
Expand
0
0
Merge request reports
Compare
devel
version 1
c5f8fe57
4 years ago
devel (base)
and
latest version
latest version
327a3fac
1 commit,
4 years ago
version 1
c5f8fe57
1 commit,
4 years ago
3 files
+
15
−
3
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_orgs.html
+
5
−
1
Options
@@ -31,7 +31,11 @@
{% endif %}
</div>
{% set max = filter.offset.data + filter.limit.data if filter.offset.data + filter.limit.data
<
count
else
count
%}
Zobrazuji
záznamy
<
b
>
{{filter.offset.data + 1}}
</b>
až
<b>
{{ max }}
</b>
z
<b>
{{count}} nalezených organizátorů
</b>
.
{%
if
count
>
0 %}
Zobrazuji záznamy
<b>
{{filter.offset.data + 1}}
</b>
až
<b>
{{ max }}
</b>
z
<b>
{{count}} nalezených organizátorů
</b>
.
{% else %}
<b>
Nebyly nalezeny žádné záznamy organizátorů.
</b>
{% endif %}
<input
type=
"hidden"
name=
"offset"
value=
"{{filter.offset.data}}"
>
<input
type=
"hidden"
name=
"limit"
value=
"{{filter.limit.data}}"
>
</form>
Loading