Skip to content
Snippets Groups Projects
Commit 37f895fa authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Merge branch '238-confidential-issue' into 'development'

Maximale Bildbreite angegeben.

"Anzeige" durch Partnershops ersätzt
Closes #238

See merge request !400
parents 7d187687 47ada9d1
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
...@@ -578,5 +578,13 @@ footer a { ...@@ -578,5 +578,13 @@ footer a {
} }
#mark { #mark {
font-size: 10px; font-size: 13px;
}
#mark a {
margin-left: 3px;
}
.product img {
max-width: 100px;
} }
\ No newline at end of file
<div class="row"> <div class="row">
<div class="col-sm-1 hidden-xs"></div> <div class="col-sm-1 hidden-xs"></div>
<div class="resultInformation col-xs-12 col-sm-11"> <div class="resultInformation col-xs-12 col-sm-11">
<span id="mark">Anzeige</span> <span id="mark"><img src="/img/boosticon.png" alt="" height="13" /><a href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "partnershops") }}" target="_blank">Partnershops</a></span>
<ul id="lightSlider" > <ul id="lightSlider" >
@foreach($products as $product) @foreach($products as $product)
<li> <li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment