Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Σταύρος Παπαδάκης
gredu_labs
Commits
8752bccc
Commit
8752bccc
authored
Mar 11, 2016
by
kanellov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix #27
parent
2157a4e0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
module/application_form/templates/application_form/form.twig
module/application_form/templates/application_form/form.twig
+1
-1
No files found.
module/application_form/templates/application_form/form.twig
View file @
8752bccc
...
...
@@ -16,7 +16,7 @@
{%
macro
itemCount
(
name
,
label
,
value
,
index
)
%}
<div
class=
"form-group"
>
<div
class=
"col-xs-12 col-sm-12 col-md-9"
>
<input
placeholder=
"
{{
label
|
striptags
}}
"
class=
"form-control input-sm"
<input
placeholder=
"
{{
label
|
striptags
}}
"
class=
"form-control input-sm"
min=
"1"
type=
"number"
name=
"items[
{{
index
|
default
(
'<%= index %>'
)
|
raw
}}
][
{{
name
}}
]"
value=
"
{{
value
|
default
(
''
)
|
raw
}}
"
>
</div>
</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