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
Martin Mareš
Odevzdávací Systém MO
Merge requests
!22
Rychlé hledání míst podle kódu
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Rychlé hledání míst podle kódu
mj/find-place
into
devel
Overview
2
Commits
2
Changes
10
1 unresolved thread
Hide all comments
Merged
Martin Mareš
requested to merge
mj/find-place
into
devel
4 years ago
Overview
2
Commits
2
Changes
10
1 unresolved thread
Hide all comments
0
0
Merge request reports
Compare
devel
version 1
4f7a68b2
4 years ago
devel (base)
and
version 1
latest version
225a4b4d
2 commits,
4 years ago
version 1
4f7a68b2
2 commits,
4 years ago
10 files
+
29
−
15
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
10
mo/web/templates/parts/org_participants_table_actions.html
+
2
−
2
View file @ 4f7a68b2
Edit in single-file editor
Open in Web IDE
Show full file
@@ -25,13 +25,13 @@
</div>
<div
class=
"form-group"
>
<label
class=
"control-label col-sm-2"
for=
"participation_place"
>
Soutěžní místo
</label>
<div
class=
"col-sm-6"
>
{{ wtf.form_field(action_form.participation_place, form_type='inline', placeholder='Kód místa
nebo ID ve tvaru #123
') }}
</div>
<div
class=
"col-sm-6"
>
{{ wtf.form_field(action_form.participation_place, form_type='inline', placeholder='Kód místa') }}
</div>
<div
class=
"col-sm-4"
>
{{ wtf.form_field(action_form.set_participation_place, form_type='inline', class='btn btn-primary') }}
</div>
</div>
<div
class=
"form-group"
>
<label
class=
"control-label col-sm-2"
for=
"contest_place"
>
Soutěžní oblast
</label>
<div
class=
"col-sm-6"
>
{{ wtf.form_field(action_form.contest_place, form_type='inline', placeholder='Kód místa
nebo ID ve tvaru #123
') }}
{{ wtf.form_field(action_form.contest_place, form_type='inline', placeholder='Kód místa') }}
<p
class=
"help-block"
>
Musí existovat soutěž v dané oblasti pro stejné kolo.
</p>
</div>
<div
class=
"col-sm-4"
>
{{ wtf.form_field(action_form.set_contest, form_type='inline', class='btn btn-primary') }}
</div>
Loading