breadcrumbs fix with mobile reserved not to delete

This commit is contained in:
merdan 2020-04-02 15:20:21 +05:00
parent 845b2d21f5
commit 69afbfce15
3 changed files with 2 additions and 3 deletions

View File

@ -11,7 +11,7 @@
<p class="description">{!! Markdown::parse($event->description) !!}</p>
@endif
<div class="overlay-details-bottom-part">
<a href="" class="like">
<a href="{{$event->event_url}}" class="like">
<i class="fa fa-eye"></i>
{{$event->views??0}} {{__("ClientSide.views")}}</a>
<div class="buy-btn-wrap">

View File

@ -15,7 +15,7 @@
{{-- </path>--}}
{{-- </svg>--}}
{{-- {{__("ClientSide.share")}}</a>--}}
<a href="" class="like">
<a href="{{$event->event_url}}" class="like">
{{--<svg class="Shape_A26_Path_4" viewBox="0 0 34 30" fill="#ffffff" width="20px">--}}
{{--<path id="Shape_A26_Path_4" d="M 17 5.624999523162842 C 15.7344446182251 2.377499580383301 12.18900012969971 0 8.5 0 C 3.696555614471436 0 0 3.622499465942383 0 8.437499046325684 C 0 15.05437183380127 7.164555549621582 20.1712474822998 17 30 C 26.8354434967041 20.1712474822998 34 15.05437183380127 34 8.437499046325684 C 34 3.622499465942383 30.30344581604004 0 25.5 0 C 21.80722236633301 0 18.26555633544922 2.377499580383301 17 5.624999523162842 Z">--}}
{{--</path>--}}

View File

@ -7,7 +7,6 @@
<h2 style="font-size: 60px; line-height: 1">{{$event->title}}</h2>
<h5 style="margin-bottom: 20px">{{$event->venue_name}}</h5>
<span style="color: #ffffff; font-weight: bold; border: 1px solid #ffffff; border-radius: 5px; padding: 10px 30px; font-size: 20px">Купит билет</span>
<span style="color: #ffffff; font-size: 20px; width: 100%; margin-top: 10px; display: block">Цена: от 40 TMT</span>
</div>
</div>
</a>