This website works better with JavaScript.
Home
Explore
Help
Sign In
kj
/
kxip-app
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Show stadium bg in booking details page
master
kj1352
4 years ago
parent
34d56933b3
commit
5d8ce82d1e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/app/booking-details/booking-details.page.html
+ 1
- 1
src/app/booking-details/booking-details.page.html
View File
@@ -13,7 +13,7 @@
<div class="content-container" [ngClass]="{'push-bottom' : selectedSeats.length > 0}">
<section class="upfold">
<
!-- <
img class="bg-img" [src]="matchDay.staduim.sideView">
-->
<img class="bg-img" [src]="matchDay.staduim.sideView">
<ul class="quadrants">
<li *ngFor="let stands of matchDay.seatsAvailable; let i = index;"
Write
Preview
Loading…
Cancel
Save