Update view.jet.html
Cette révision appartient à :
Parent
165d7a70ff
révision
6c3687c777
1 fichiers modifiés avec 1 ajouts et 1 suppressions
|
@ -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>
|
||||
|
|
Référencer dans un nouveau ticket