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

Merge branch 'fix-fr' into 'master'

Fixed little bug with 100 XMR in fr pages

See merge request !18
parents 4f61e729 4600b5d7
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ layout: base
<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="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">
<span class="fund-progress" style="width: {{proposal.percentage}}%"></span>
</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