mirror of
https://git.wownero.com/wownero/wownero-funding-system.git
synced 2024-08-15 00:53:45 +00:00
Just one link
This commit is contained in:
parent
569fa6ee1d
commit
104432562d
1 changed files with 4 additions and 3 deletions
|
@ -58,13 +58,14 @@
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<ul class="b">
|
<ul class="b">
|
||||||
{% for c in recent_comments %}
|
{% for c in recent_comments %}
|
||||||
|
<a href="/proposal/{{c.proposal.id}}#comment-{{c.id}}">
|
||||||
<li>
|
<li>
|
||||||
<a href="">{{c.user.username}}</a> in
|
{{c.user.username}} in #{{c.proposal.id}}
|
||||||
<a href="/proposal/{{c.proposal.id}}">#{{c.proposal.id}}</a>
|
|
||||||
<small>
|
<small>
|
||||||
<a href="/proposal/{{c.proposal.id}}#comment-{{c.id}}">({{c.ago}})</a>
|
({{c.ago}})
|
||||||
</small>
|
</small>
|
||||||
</li>
|
</li>
|
||||||
|
</a>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</li>
|
</li>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue