Skip to content
GitLab
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
d8673089
Commit
d8673089
authored
Feb 20, 2019
by
Dominik Hebeler
Browse files
Removed Twitter Icon
parent
1897ee07
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
resources/less/metager/pages/resultpage/result.less
View file @
d8673089
...
...
@@ -14,7 +14,7 @@
.card;
}
margin: @padding-small-default 0px;
padding:
8px 8px 5
px 8px;
padding:
0
px 8px;
width: 100%;
.result-header {
display: flex;
...
...
@@ -138,7 +138,7 @@
}
}
.result-footer {
margin-top:
5
px;
margin-top:
2
px;
display: flex;
flex-wrap: wrap;
&>* {
...
...
resources/views/layouts/result.blade.php
View file @
d8673089
...
...
@@ -2,9 +2,6 @@
<div
class=
"result-header"
>
<div
class=
"result-headline"
>
<h2
class=
"result-title"
>
@if(stripos($result->anzeigeLink, "twitter.com") !== false)
<i
class=
"fa fa-twitter"
aria-hidden=
"true"
></i>
@endif
@if( isset($result->price)
&&
$result->price != 0)
<span
class=
"result-price"
>
{!! $result->price_text !!}
</span>
@endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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