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
48885d7b
Commit
48885d7b
authored
Feb 20, 2018
by
Karl Hasselbring
Browse files
Quicktips werden wieder angezeigt und stattdessen nur die search settings nicht angezeigt
parent
a0506a1f
Changes
2
Hide whitespace changes
Inline
Side-by-side
resources/assets/less/metager/result-page.less
View file @
48885d7b
...
...
@@ -388,6 +388,9 @@ p.mg-logo {
#additions-container {
padding-left: 50px;
width: @quicktip-width;
#search-settings {
display: none;
}
}
}
...
...
resources/views/layouts/researchandtabs.blade.php
View file @
48885d7b
...
...
@@ -33,7 +33,7 @@
<
div
id
=
"results-container"
>
@
yield
(
'results'
)
</
div
>
<
div
id
=
"additions-container"
style
=
"display: none;"
>
<
div
id
=
"additions-container"
>
<
div
id
=
"search-settings"
>
<
h1
>
Eigene
Suche
</
h1
>
@
foreach
(
App\Http\Controllers\FokiLoader
::
loadFoki
()
as
$fokus
=>
$sumas
)
...
...
Write
Preview
Supports
Markdown
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