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
8bbef5a7
Commit
8bbef5a7
authored
Jul 04, 2017
by
Karl Hasselbring
Browse files
Made dates bold, so they are easier to find and compare
parent
9452c2cd
Changes
2
Hide whitespace changes
Inline
Side-by-side
resources/assets/less/metager/result-page.less
View file @
8bbef5a7
...
...
@@ -368,6 +368,9 @@ a {
font-size: 14px;
line-height: 1.3;
clear: both;
.date {
font-weight: bold;
}
p {
margin: 0;
margin-bottom: 4px;
...
...
resources/views/layouts/result.blade.php
View file @
8bbef5a7
...
...
@@ -81,7 +81,7 @@
</div>
@else
@if( $metager->getFokus() == "nachrichten" )
<div
class=
"description"
>
{{ isset($result->additionalInformation["date"])?date("Y-m-d H:i:s", $result->additionalInformation["date"]):"" }} {{ $result->descr }}
</div>
<div
class=
"description"
>
<span
class=
"date"
>
{{ isset($result->additionalInformation["date"])?date("Y-m-d H:i:s", $result->additionalInformation["date"]):"" }}
</span>
{{ $result->descr }}
</div>
@else
<div
class=
"description"
>
{{ $result->descr }}
</div>
@endif
...
...
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