Skip to content
Snippets Groups Projects
Commit f72de321 authored by Karl Hasselbring's avatar Karl Hasselbring
Browse files

Update resultPage.blade.php

parent 270cddd1
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
@include('parts.utility') @include('parts.utility')
</head> </head>
<body id="resultpage-body"> <body id="resultpage-body">
@if(Request::getHttpHost() === "metager3.de" || TRUE) @if(Request::getHttpHost() === "metager3.de")
<div class="alert alert-info metager3-unstable-warning-resultpage"> <div class="alert alert-info metager3-unstable-warning-resultpage">
{!! @trans('resultPage.metager3') !!} {!! @trans('resultPage.metager3') !!}
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment