Update index.jet.html
Cette révision appartient à :
Parent
76cfcd8ebb
révision
0b893ba8c8
1 fichiers modifiés avec 3 ajouts et 1 suppressions
|
@ -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 }}">
|
||||
|
|
Référencer dans un nouveau ticket