Add a button to reshare

This commit is contained in:
Bat
2018-05-19 10:57:39 +01:00
parent 63eb1a7e98
commit 9b98a45f2e
3 changed files with 21 additions and 0 deletions
+11
View File
@@ -33,6 +33,17 @@
Add yours
{% endif %}
</a>
<p>
{{ n_reshares }} reshare{{ n_reshares | pluralize }}
</p>
<a class="button" href="reshare">
{% if has_reshared %}
I don't want to reshare this anymore
{% else %}
Reshare
{% endif %}
</a>
</div>
<h2>Comments</h2>