From 80a0d39ad6205a502e319729bb96cd444d4865ad Mon Sep 17 00:00:00 2001 From: Jeremy Guiselin <jeremy.guiselin@student.ecp.fr> Date: Tue, 7 Feb 2017 20:52:58 +0100 Subject: [PATCH] Update sport-index.html add day for league or part of tournament --- www/partials/sport-index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/www/partials/sport-index.html b/www/partials/sport-index.html index adbe9f9..7c7f4f2 100644 --- a/www/partials/sport-index.html +++ b/www/partials/sport-index.html @@ -13,7 +13,11 @@ </div> <div ion-img-cache-bg class="pack-background" ng-style="{'background-image':'url({{pictureUrl}}league/{{league.picture}})'}"> <div class="title">{{league.name}}</div> - <div class="subtitle subtitle-upper">{{league.predictions_number}} {{"games" | translate}}</div> + <div class="subtitle subtitle-upper"> + {{locale == 'fr' ? league.french_description : league.english_description}} + - + {{league.predictions_number}} {{"games" | translate}} + </div> <div class="subtitle"> {{parseDate(league.min_date)}} - -- GitLab