Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Update index.jet.html

Cette révision appartient à :
kilo 2017-10-29 05:04:30 +01:00 révisé par GitHub
Parent 76cfcd8ebb
révision 0b893ba8c8
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

@ -40,12 +40,13 @@
<hr />
<h3 id="torrents">{{ T("last_reports") }}</h3>
<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>
@ -58,6 +59,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/report/delete" >
<input type="hidden" name="id" value="{{ .ID }}">