Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Chill-project
Chill-Report
Commits
ec838755
Commit
ec838755
authored
Dec 14, 2015
by
Julien Fastré
Browse files
set scope to the up of the form in report edit
parent
f2cdaaa1
Pipeline
#261
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Resources/views/Report/edit.html.twig
View file @
ec838755
...
...
@@ -23,6 +23,11 @@
{%
block
personcontent
%}
{{
form_start
(
edit_form
)
}}
{{
form_row
(
edit_form.user
)
}}
{{
form_row
(
edit_form.date
)
}}
{{
form_row
(
edit_form.scope
)
}}
{{
form_row
(
edit_form.cFData
)
}}
{{
form_widget
(
edit_form
)
}}
<div
class=
"grid-12 centered sticky-form-buttons"
>
<button
class=
"sc-button green margin-10"
type=
"submit"
><i
class=
"fa fa-save"
></i>
{{
'Save report'
|
trans
}}
</button>
...
...
Write
Preview
Supports
Markdown
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