Skip to content
Snippets Groups Projects
Commit 6ac81bdb authored by Jeremy Guiselin's avatar Jeremy Guiselin
Browse files

Update prediction.html, fix date en

parent 8facf066
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
</div> </div>
<div class="center"> <div class="center">
<div class="title"> <div class="title">
{{ freePrediction.league.name }} - <span class="date">{{locale === 'fr' ? (freePrediction.date | date: "dd/MM/yy") : (notification.date | date: "MM/dd/yy")}}</span> {{ freePrediction.league.name }} - <span class="date">{{locale === 'fr' ? (freePrediction.date | date: "dd/MM/yy") : (freePrediction.date | date: "MM/dd/yy")}}</span>
</div> </div>
<div class="figures"> <div class="figures">
<div class="figure">1</div> <div class="figure">1</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment