Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Add RSS button to user profile

Cette révision appartient à :
ElegantMonkey 2017-05-21 19:13:25 -03:00
Parent 6865d00b3b
révision 0ca447b25d

Voir le fichier

@ -33,6 +33,7 @@
<a href="{{ genRoute "user_follow" "id" ( print .ID ) "username" .Username }}" class="btn btn-danger btn-sm">{{ call $.T "unfollow"}}</a>
{{end}}
{{end}}
<a href="{{ genRoute "feed_user" "id" ( print .ID ) "username" .Username }}" class="btn btn-warning btn-sm">RSS</a>
{{end}}
<!-- <button type="button" class="btn btn-danger btn-sm">Message</button> -->
</div>