Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
7925d439
Commit
7925d439
authored
Dec 12, 2017
by
Dominik Hebeler
Browse files
Update spende.blade.php
parent
fa691dac
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/spende/spende.blade.php
View file @
7925d439
...
...
@@ -37,7 +37,7 @@
</
div
>
<
div
class
=
"form-group donation-form-group"
>
<
label
for
=
"value"
>
{
!!
trans
(
'spende.lastschrift.8.value'
)
!!
}
</
label
>
<
input
type
=
"
text
"
class
=
"form-control"
id
=
"value"
required
=
""
name
=
"Bankleitzahl"
placeholder
=
"{!! trans('spende.lastschrift.8.value.placeholder') !!}"
value
=
"{{ old('Bankleitzahl') }}"
>
<
input
type
=
"
number
"
class
=
"form-control"
id
=
"value"
required
=
""
name
=
"Bankleitzahl"
placeholder
=
"{!! trans('spende.lastschrift.8.value.placeholder') !!}"
value
=
"{{ old('Bankleitzahl') }}"
>
</
div
>
<
div
class
=
"form-group donation-form-group"
>
<
label
for
=
"msg"
>
{
!!
trans
(
'spende.lastschrift.8.message'
)
!!
}
</
label
>
...
...
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