Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Update torrent_report.jet.html

Cette révision appartient à :
kilo 2017-10-29 05:01:45 +01:00 révisé par GitHub
Parent 1f617a78e4
révision 190cd1d113
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

@ -3,12 +3,13 @@
{{ block content_body()}}
<div class="results box">
<h1>{{ T("reports_list") }}</h1>
<table class="table">
<table class="torrent-report-table">
<thead class="torrent-info">
<tr>
<th class="tr-name">{{ T("name") }}</th>
<th class="tr-actions">{{ T("username") }}</th>
<th class="tr-actions">{{ T("reason") }}</th>
<th class="td-report-message">{{ T("message") }}</th>
<th class="tr-actions">{{ T("actions") }}</th>
</tr>
</thead>
@ -21,6 +22,7 @@
</td>
<td class="tr-size home-td">{{.User.Username}}</td>
<td class="tr-actions home-td">{{ getReportDescription(.Description, T) }}</td>
<td class="td-report-message home-td">{{.Message}}</td>
<td class="tr-actions home-td">
<form method="POST" action="/mod/torrent/delete">
<input type="hidden" name="id" value="{{ .Torrent }}">