|
|
@ -14,7 +14,7 @@ |
|
|
<h1 style="text-align: center;" >{{race.mapName}}</h1> |
|
|
<h1 style="text-align: center;" >{{race.mapName}}</h1> |
|
|
<div class="count-down-timer"> |
|
|
<div class="count-down-timer"> |
|
|
@if(notOpenYet) { |
|
|
@if(notOpenYet) { |
|
|
<h2>Race opens on: {{race.startDate}}</h2> |
|
|
<h2>Race opens on: {{getFormattedDate(race.startDate)}}</h2> |
|
|
} |
|
|
} |
|
|
@else if(openToUploads) { |
|
|
@else if(openToUploads) { |
|
|
<h2>Entries Close on: {{currentTime}} </h2> |
|
|
<h2>Entries Close on: {{currentTime}} </h2> |
|
|
|