Skip to content
Snippets Groups Projects
Commit 147c3d3d authored by erciccione's avatar erciccione
Browse files

funding-required: change 'contributors' to 'contributions'

The page only keeps track of the amount of contributions, not contributors. A contributor can make multiple contributions.
parent 08bfb8b5
No related branches found
No related tags found
1 merge request!29funding-required: change 'contributors' to 'contributions'
This commit is part of merge request !29. Comments created here will be created in the context of that merge request.
......@@ -26,7 +26,7 @@ title: Funding Required
<h3>{{proposal.name}}</h3>
<p class="author-list">{{proposal.author}}</p>
<p class="date-list">{{proposal.date}}</p>
<p class="date-list contributor">{{proposal.contributions}} contributors</p>
<p class="date-list contributor">{{proposal.contributions}} contributions</p>
<p class="bar-fund-status">Raised <span class="progress-number-funded">{{proposal.amount-funded}}</span> of <span class="progress-number-goal">{{proposal.amount}}</span> XMR</p>
<div class="progress-bar">
<span class="fund-progress" style="width: {{proposal.percentage}}%"></span>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment