Skip to content
Snippets Groups Projects
Unverified Commit 4600b5d7 authored by Diego Salazar's avatar Diego Salazar
Browse files

Fixed little bug with 100 XMR in fr pages

parent 4f61e729
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>100 XMR</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>
<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