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
57
Issues
57
List
Boards
Labels
Service Desk
Milestones
Merge Requests
10
Merge Requests
10
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
e0180a3f
Commit
e0180a3f
authored
Feb 25, 2019
by
Dominik Hebeler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added titles to the results so you can see the not shown text
parent
84bc6be6
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
resources/views/layouts/result.blade.php
resources/views/layouts/result.blade.php
+2
-2
No files found.
resources/views/layouts/result.blade.php
View file @
e0180a3f
<div
class=
"result"
data-count=
"{{ $result->number }}"
>
<div
class=
"result-header"
>
<div
class=
"result-headline"
>
<h2
class=
"result-title"
>
<h2
class=
"result-title"
title=
"{{ $result->titel }}"
>
@if( isset($result->price)
&&
$result->price != 0)
<span
class=
"result-price"
>
{!! $result->price_text !!}
</span>
@endif
...
...
@@ -12,7 +12,7 @@
<a
class=
"result-hoster"
href=
"{{ $result->gefVonLink }}"
target=
"{{ $metager->getNewtab() }}"
rel=
"noopener"
>
{{ trans('result.gefVon') . " " . $result->gefVon }}
</a>
</div>
<div
class=
"result-subheadline"
>
<a
class=
"result-link"
href=
"{{ $result->link }}"
target=
"{{ $metager->getNewtab() }}"
rel=
"noopener"
>
<a
class=
"result-link"
href=
"{{ $result->link }}"
target=
"{{ $metager->getNewtab() }}"
title=
"{{ $result->anzeigeLink }}"
rel=
"noopener"
>
{{ $result->anzeigeLink }}
</a>
@if( isset($result->partnershop)
&&
$result->partnershop === TRUE)
...
...
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