Skip to content
GitLab
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
310fd41a
Commit
310fd41a
authored
Jul 18, 2017
by
Dominik Hebeler
Browse files
Update kontakt.blade.php
parent
feb54da7
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
resources/views/kontakt/kontakt.blade.php
View file @
310fd41a
...
...
@@ -16,10 +16,10 @@
<
div
class
=
"form-group kontakt-form-group"
>
<
input
class
=
"form-control"
name
=
"email"
placeholder
=
"{!! trans('kontakt.form.5') !!}"
type
=
"text"
></
div
>
<
div
class
=
"form-group kontakt-form-group"
>
@
if
(
$url
!==
""
)
@
if
(
isset
(
$url
)
&&
$url
!==
""
)
<
label
for
=
"message"
>
Wenn
MetaGer
bestimmte
Webseiten
nicht
angezeigt
hat
,
von
denen
Sie
wissen
,
dass
es
sie
gibt
:
Bitte
nennen
Sie
deren
Adresse
/
n
(
http
://
...
???
...
)
.
Wir
werden
das
detailliert
untersuchen
.
</
label
>
@
endif
<
textarea
class
=
"form-control"
id
=
"message"
name
=
"message"
placeholder
=
"{!! trans('kontakt.form.6') !!}"
>@
if
(
$url
!==
""
)
Die
Suche
unter
"{{ base64_decode(
$url
) }}"
ist
unvollständig
.
@
endif
</
textarea
>
<
textarea
class
=
"form-control"
id
=
"message"
name
=
"message"
placeholder
=
"{!! trans('kontakt.form.6') !!}"
>@
if
(
isset
(
$url
)
&&
$url
!==
""
)
Die
Suche
unter
"{{ base64_decode(
$url
) }}"
ist
unvollständig
.
@
endif
</
textarea
>
</
div
>
<
div
class
=
"form-group kontakt-form-group"
>
<
p
>
{
!!
trans
(
'kontakt.form.7'
)
!!
}
</
p
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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