Skip to content

Commit e2e4d07

Browse files
authored
remove round banner in landing (#10652)
1 parent f85ee33 commit e2e4d07

File tree

1 file changed

+0
-64
lines changed

1 file changed

+0
-64
lines changed

app/grants/templates/grants/landing/landing_qf_active.html

Lines changed: 0 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -52,70 +52,6 @@ <h1>$500k Funding Pool, Now Live</h1>
5252
</div>
5353
{% endcomment %}
5454

55-
{% if show_round_banner %}
56-
57-
{% if round_status == 'active' %}
58-
<!-- ACTIVE ROUND -->
59-
<div class="d-flex justify-content-between flex-wrap countdown-color h5">
60-
<countdown :startdate="{{round_start_date|date:'U' }}*1000" :enddate="{{round_end_date|date:'U' }}*1000" class="countdown gc-font-heading mb-2">
61-
<template v-slot="slotProps">
62-
{{ banner_round_name }} - Active - Ends in
63-
<span>[[slotProps.time.days]]d</span>
64-
<span>[[slotProps.time.hours]]h</span>
65-
<span>[[slotProps.time.minutes]]m</span>
66-
<span>[[slotProps.time.seconds]]s</span>
67-
</template>
68-
</countdown>
69-
<div>
70-
{% timezone "US/Mountain" %}
71-
{{ round_start_date|localtime|date:"F j (gA e)" }} - {{ round_end_date|localtime|date:"F j (gA e)" }}
72-
{% endtimezone %}
73-
</div>
74-
</div>
75-
76-
{% elif round_status == 'claim' %}
77-
<!-- CLAIM -->
78-
<div class="d-flex justify-content-between flex-wrap countdown-color h5">
79-
<countdown :startdate="{{claim_start_date|date:'U' }}*1000" :enddate="{{claim_end_date|date:'U' }}*1000" class="countdown gc-font-heading mb-2">
80-
<template v-slot="slotProps">
81-
{{ banner_round_name }} - Claim - Active - Ends in
82-
83-
<span>[[slotProps.time.days]]d</span>
84-
<span>[[slotProps.time.hours]]h</span>
85-
<span>[[slotProps.time.minutes]]m</span>
86-
<span>[[slotProps.time.seconds]]s</span>
87-
</template>
88-
</countdown>
89-
<div>
90-
{% timezone "US/Mountain" %}
91-
{{ claim_start_date|localtime|date:"F j (gA e)" }} - {{ claim_end_date|localtime|date:"F j (gA e)" }}
92-
{% endtimezone %}
93-
</div>
94-
</div>
95-
{% elif round_status == 'upcoming' %}
96-
<!-- UPCOMING -->
97-
<div class="d-flex justify-content-between flex-wrap countdown-color h5">
98-
{{ banner_round_name }} - Proposed Dates
99-
<div>
100-
{% timezone "US/Mountain" %}
101-
{{ round_start_date|localtime|date:"F j (gA e)" }} - {{ round_end_date|localtime|date:"F j (gA e)" }}
102-
{% endtimezone %}
103-
</div>
104-
</div>
105-
{% elif round_status == 'done' %}
106-
<!-- ROUND END -->
107-
<div class="d-flex justify-content-between flex-wrap countdown-color h5">
108-
{{ banner_round_name }} - Ended
109-
<div>
110-
{% timezone "US/Mountain" %}
111-
{{ round_start_date|localtime|date:"F j (gA e)" }} - {{ round_end_date|localtime|date:"F j (gA e)" }}
112-
{% endtimezone %}
113-
</div>
114-
</div>
115-
{% endif %}
116-
117-
{% endif %}
118-
11955
</div>
12056
</div>
12157
</section>

0 commit comments

Comments
 (0)