Skip to content
Snippets Groups Projects
Commit 0d322986 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Fixed html error

parent 089b332d
No related branches found
No related tags found
2 merge requests!1502Development,!1497Resolve "Page up link on the last result page"
......@@ -3,7 +3,7 @@
<div id="settings">
<a href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), route('settings', ["fokus" => $metager->getFokus(), "url" => url()->full()])) }}">
<i class="fas fa-cogs"></i>
@if($metager->getSavedSettingCount() > 0) <span class="badge badge-primary">{{ $metager->getSavedSettingCount() }}@endif</span>
@if($metager->getSavedSettingCount() > 0) <span class="badge badge-primary"></span>{{ $metager->getSavedSettingCount() }}@endif
@lang('metaGer.settings')&hellip;
</a>
</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