Albirew/nyaa-pantsu
Albirew
/
nyaa-pantsu
Archivé
1
0
Bifurcation 0

Update view.jet.html

Cette révision appartient à :
kilo 2017-11-19 20:26:55 +01:00 révisé par GitHub
Parent ec47222e32
révision 8165eabd71
Signature inconnue de Forgejo
ID de la clé GPG: 4AEE18F83AFDEB23
1 fichiers modifiés avec 2 ajouts et 0 suppressions

Voir le fichier

@ -155,6 +155,7 @@
</table>
</div>
<div class="torrent-buttons">
{{ if User.IsModerator() }}
<form enctype="multipart/form-data" method="POST" action="{{ if !Sukebei()}}{{Config.WebAddress.Sukebei}}/upload{{else}}{{Config.WebAddress.Nyaa}}/upload{{end}}" id="copy-torrent">
{{ yield csrf_field()}}
<input type="hidden" name="name" value="{{Torrent.Name}}">
@ -170,6 +171,7 @@
{{end}}
<input type="submit" class="form-input btn-blue" style="float: right;" value="Upload to {{if Sukebei()}}Nyaa{{else}}Sukebei{{end}}">
</form>
{{end}}
<a href="{{Torrent.Magnet}}" class="form-input btn-green download" style="float:left;height: auto;margin-right: 0.5em;">
<div class="icon-magnet"></div>{{ T("magnet_link")}}
</a>