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