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

Merge branch '76-formatierung-der-mobilen-version' into 'master'

Kleinen Fehler behoben

Closes #76

See merge request !88
parents 4121cd9b 316d3dc3
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
<div class="result row"> <div class="result row">
<div class="number col-sm-1 hidden-xs" style="color:{{ $result->color }}"> <div class="number col-sm-1 hidden-xs" style="color:{{ $result->color }}">
{{ $result->number }}) {{ $result->number }})
</div> </div>
@if( $result->image !== "" ) @if( $result->image !== "" )
<div class="image col-xs-2 col-sm-1"> <div class="image col-xs-2 col-sm-1">
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
</div> </div>
<div class="resultInformation col-xs-10 col-sm-10"> <div class="resultInformation col-xs-10 col-sm-10">
@else @else
<div class="resultInformation col-xs-12 col-sm-12"> <div class="resultInformation col-xs-12 col-sm-11">
@endif @endif
<p class="title"> <p class="title">
<a class="title" href="{{ $result->link }}" target="{{ $metager->getTab() }}" data-hoster="{{ strip_tags($result->gefVon) }}" data-count="{{ $result->number }}"> <a class="title" href="{{ $result->link }}" target="{{ $metager->getTab() }}" data-hoster="{{ strip_tags($result->gefVon) }}" data-count="{{ $result->number }}">
......
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