mirror of
https://github.com/rottenwheel/revuoxmrtheme.git
synced 2024-11-09 12:10:04 +00:00
feat: add specific message to last ccs item
This commit is contained in:
parent
5d80005479
commit
748c75c7cd
1 changed files with 9 additions and 0 deletions
|
@ -11,3 +11,12 @@
|
||||||
<p>Raised <b>{{ $raised }}</b> of <b>{{ $goal }}</b> XMR ({{ div (mul $raised 1.0) (mul $goal 1.0) | mul 100 | int }}%)</p>
|
<p>Raised <b>{{ $raised }}</b> of <b>{{ $goal }}</b> XMR ({{ div (mul $raised 1.0) (mul $goal 1.0) | mul 100 | int }}%)</p>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!-- Display a message at the end of the list, denoted by the "last" parameter -->
|
||||||
|
{{ with .Get "last" }}
|
||||||
|
{{ with $goal }}
|
||||||
|
<p>Find more <a href="https://ccs.getmonero.org/funding-required/" target="_blank">here</a>.
|
||||||
|
{{ else }}
|
||||||
|
<p>Find more <a href="https://ccs.getmonero.org/ideas/" target="_blank">here</a>. Posting comments in favor of, or against proposals is encouraged.</p>
|
||||||
|
{{ end }}
|
||||||
|
{{ end }}
|
Loading…
Reference in a new issue