mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-08-19 23:25:22 -05:00
feat: add progressbar to upgrade page, text tweaks
This commit is contained in:
@@ -16,9 +16,9 @@
|
||||
<div class="donation-progress">
|
||||
<h1 class="title dot">Donation goal</h1>
|
||||
<div class="progress-bar">
|
||||
<div class="progress-bar-inner" style="width: {{ donation.completed_capped }}%;" ></div>
|
||||
<div class="progress-bar-inner" style="width: {{ donationCache.completed_capped }}%;" ></div>
|
||||
</div>
|
||||
<p>Raised <span class="amount">{{ donation.completed_capped }}%</span> of the monthly goal, thanks to <span class="amount">{{ donation.donators }}</span> donators! To become a subscriber and gain access to cool perks, visit the <a href="/account/upgrade">upgrade page</a>.</p>
|
||||
<p><span>${{donationCache.total_dollars}}</span> of <span>${{donationCache.goal_dollars}}</span>/month, <span>${{donationCache.completed_real}}%</span> of the monthly goal. To become a subscriber and gain access to cool perks, visit the <a href="/account/upgrade">upgrade page</a>.</p>
|
||||
</div>
|
||||
|
||||
{{#each progressLists.sections}}
|
||||
|
||||
Reference in New Issue
Block a user