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
351bec97
Commit
351bec97
authored
Dec 12, 2017
by
Dominik Hebeler
Browse files
Update metager3.blade.php
parent
879835a5
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
resources/views/metager3.blade.php
View file @
351bec97
...
...
@@ -24,7 +24,7 @@
@
else
<
div
class
=
"col-xs-12 col-md-12 resultContainer"
>
@
endif
@
if
(
!
$apiAuthorized
&&
LaravelLocalization
::
getCurrentLocale
()
==
"de"
&&
strpos
(
url
()
->
current
(),
'/beitritt'
)
===
false
&&
strpos
(
url
()
->
current
(),
'/spendenaufruf'
)
===
false
)
@
if
(
!
$apiAuthorized
&&
!
$metager
->
validated
&&
LaravelLocalization
::
getCurrentLocale
()
==
"de"
&&
strpos
(
url
()
->
current
(),
'/beitritt'
)
===
false
&&
strpos
(
url
()
->
current
(),
'/spendenaufruf'
)
===
false
)
<
div
class
=
"row"
style
=
"margin-bottom: 10px"
>
<
div
class
=
"col-sm-1"
>
</
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