Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
MetaGer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
56
Issues
56
List
Boards
Labels
Service Desk
Milestones
Merge Requests
9
Merge Requests
9
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
open-source
MetaGer
Commits
0d322986
Commit
0d322986
authored
Jan 30, 2020
by
Dominik Hebeler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed html error
parent
089b332d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
resources/views/parts/filter.blade.php
resources/views/parts/filter.blade.php
+1
-1
No files found.
resources/views/parts/filter.blade.php
View file @
0d322986
...
...
@@ -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')
…
</a>
</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