Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Σταύρος Παπαδάκης
gredu_labs
Commits
8752bccc
Commit
8752bccc
authored
Mar 11, 2016
by
kanellov
Browse files
fix #27
parent
2157a4e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
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