fix report page

This commit is contained in:
Pig Fang 2020-08-20 09:51:46 +08:00
parent 963334e5ee
commit 3c6325ca46
No known key found for this signature in database
GPG Key ID: A8198F548DADA9E2

View File

@ -19,7 +19,7 @@
<tr>
<td>
{{ report.tid }}&nbsp;
<a href="{{ route('skinlib.show', {tid: report.tid}) }}" target="_blank">
<a href="{{ route('skinlib.show', {texture: report.tid}) }}" target="_blank">
<i class="fas fa-share"></i>
</a>
</td>