Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Update view.jet.html

Cette révision appartient à :
kilo 2017-10-31 02:12:23 +01:00 révisé par GitHub
Parent 165d7a70ff
révision 6c3687c777
Aucune clé n'a été trouvée pour cette signature dans la base de données
ID de la clé GPG: 4AEE18F83AFDEB23

Voir le fichier

@ -32,7 +32,7 @@
{{if User.ID > 0}}
<a href="/user/{{Torrent.UploaderID}}/{{Torrent.UploaderName}}/follow?id={{Torrent.ID}}" id="subscribe-link">{{if User.IsFollower(Torrent.UploaderID)}}{{T("unfollow")}}{{else}}{{T("follow")}}{{end}}</a>
{{else}}
<a href="/login?redirectTo=/user/{{Torrent.UploaderID}}/{{Torrent.UploaderName}}/follow?id={{Torrent.ID}}">{{T("follow")}}</a>
<a href="/login?redirectTo=/user/{{Torrent.UploaderID}}/{{Torrent.UploaderName}}/follow?id={{Torrent.ID}}" id="subscribe-link">{{T("follow")}}</a>
{{end}}
{{end}}
</td>