Hide counters until 30 days out
This commit is contained in:
parent
e616cc51fd
commit
54c9af9c08
|
@ -261,11 +261,9 @@
|
||||||
<b>Happening now.</b>
|
<b>Happening now.</b>
|
||||||
{{ else if eq .HMBostonDaysUntilStart 1 }}
|
{{ else if eq .HMBostonDaysUntilStart 1 }}
|
||||||
<b>Starting tomorrow.</b>
|
<b>Starting tomorrow.</b>
|
||||||
{{ else }}
|
{{ else if lt .HMBostonDaysUntilStart 31 }}
|
||||||
<b>In {{ .HMBostonDaysUntilStart }} days.</b>
|
<b>In {{ .HMBostonDaysUntilStart }} days.</b>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ else }}
|
|
||||||
<b>See the results.</b>
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
<div class="cities-details">
|
<div class="cities-details">
|
||||||
|
@ -275,11 +273,9 @@
|
||||||
<b>Happening now.</b>
|
<b>Happening now.</b>
|
||||||
{{ else if eq .HMSDaysUntilStart 1 }}
|
{{ else if eq .HMSDaysUntilStart 1 }}
|
||||||
<b>Starting tomorrow.</b>
|
<b>Starting tomorrow.</b>
|
||||||
{{ else }}
|
{{ else if lt .HMSDaysUntilStart 31 }}
|
||||||
<b>In {{ .HMSDaysUntilStart }} days.</b>
|
<b>In {{ .HMSDaysUntilStart }} days.</b>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ else }}
|
|
||||||
<b>See the results.</b>
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue