Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
vidjil
vidjil
Commits
1e00991d
Commit
1e00991d
authored
Feb 28, 2018
by
Ryan Herbert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
partial/run/form.html add missing form-control to field
parent
7645743f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
server/web2py/applications/vidjil/views/partial/run/form.html
...er/web2py/applications/vidjil/views/partial/run/form.html
+1
-1
No files found.
server/web2py/applications/vidjil/views/partial/run/form.html
View file @
1e00991d
...
...
@@ -8,7 +8,7 @@
<div>
{{=", ".join(set['message'])}}
</div>
{{ pass }}
<div
class=
"field_div"
>
<input
class=
"date"
id=
"run_id_label_{{=i}}"
name=
"run[{{=i}}][id_label]"
type=
"text"
<input
class=
"date
form-control
"
id=
"run_id_label_{{=i}}"
name=
"run[{{=i}}][id_label]"
type=
"text"
value=
"{{if set is not None and set['id_label'] is not None:}}{{=set['id_label']}}{{pass}}"
placeholder=
"Run ID"
><span></span>
</div>
<div
class=
"field_div"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment