Skip to content
Snippets Groups Projects
Commit 28f024f8 authored by Diego Salazar's avatar Diego Salazar
Browse files

Add word 'XMR' for consistency like the rest of the site

parent 407a3b55
No related branches found
No related tags found
No related merge requests found
...@@ -56,7 +56,7 @@ layout: base ...@@ -56,7 +56,7 @@ layout: base
<p class="author-list">{{proposal.author}}</p> <p class="author-list">{{proposal.author}}</p>
<p class="date-list">{{proposal.date}}</p> <p class="date-list">{{proposal.date}}</p>
<p class="date-list contributor">{{proposal.contributions}} contributors</p> <p class="date-list contributor">{{proposal.contributions}} contributors</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></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"> <div class="progress-bar">
<span class="fund-progress" style="width: {{proposal.percentage}}%"></span> <span class="fund-progress" style="width: {{proposal.percentage}}%"></span>
</div> </div>
......
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