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
f9a0e955
Commit
f9a0e955
authored
Nov 04, 2021
by
Phil Höfer
Browse files
Remove 250 Euro Button
parent
3374d9e7
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
resources/views/spende/spende.blade.php
View file @
f9a0e955
...
...
@@ -88,7 +88,6 @@
<
input
type
=
"radio"
value
=
"50"
class
=
"amount-radio"
name
=
"amount"
id
=
"amount-50euro"
required
=
"required"
@
if
(
!
empty
(
$data
)
&&
$data
[
"betrag"
]
===
"50"
)
checked
=
"checked"
@
endif
><
label
for
=
"amount-50euro"
class
=
"amount-label"
>
50
€
</
label
>
<
input
type
=
"radio"
value
=
"100"
class
=
"amount-radio"
name
=
"amount"
id
=
"amount-100euro"
required
=
"required"
@
if
(
!
empty
(
$data
)
&&
$data
[
"betrag"
]
===
"100"
)
checked
=
"checked"
@
endif
><
label
for
=
"amount-100euro"
class
=
"amount-label"
>
100
€
</
label
>
<
input
type
=
"radio"
value
=
"200"
class
=
"amount-radio"
name
=
"amount"
id
=
"amount-200euro"
required
=
"required"
@
if
(
!
empty
(
$data
)
&&
$data
[
"betrag"
]
===
"200"
)
checked
=
"checked"
@
endif
><
label
for
=
"amount-200euro"
class
=
"amount-label"
>
200
€
</
label
>
<
input
type
=
"radio"
value
=
"250"
class
=
"amount-radio"
name
=
"amount"
id
=
"amount-250euro"
required
=
"required"
@
if
(
!
empty
(
$data
)
&&
$data
[
"betrag"
]
===
"250"
)
checked
=
"checked"
@
endif
><
label
for
=
"amount-250euro"
class
=
"amount-label"
>
250
€
</
label
>
<
input
type
=
"radio"
value
=
"300"
class
=
"amount-radio"
name
=
"amount"
id
=
"amount-300euro"
required
=
"required"
@
if
(
!
empty
(
$data
)
&&
$data
[
"betrag"
]
===
"300"
)
checked
=
"checked"
@
endif
><
label
for
=
"amount-300euro"
class
=
"amount-label"
>
300
€
</
label
>
</
div
>
<
div
class
=
"custom-amount-container"
>
...
...
@@ -166,4 +165,4 @@
</
div
>
</
div
>
</
div
>
@
endsection
\ No newline at end of file
@
endsection
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