Fix preview link of admin panel

This commit is contained in:
gplane 2017-04-20 23:16:38 +08:00
parent 1d09b41dd6
commit 7dcc1eb87e

View File

@ -1,7 +1,7 @@
@if ($tid_steve == '0')
<img id="{{ $pid }}-steve" width="64" />
@else
<a href="{{ url('skinlib/show?tid='.$tid_steve) }}">
<a href="{{ url('skinlib/show/'.$tid_steve) }}">
<img id="{{ $pid }}-steve" width="64" src="{{ url('preview/64/'.$tid_steve) }}.png" />
</a>
@endif
@ -9,7 +9,7 @@
@if ($tid_alex == '0')
<img id="{{ $pid }}-alex" width="64" />
@else
<a href="{{ url('skinlib/show?tid='.$tid_alex) }}">
<a href="{{ url('skinlib/show/'.$tid_alex) }}">
<img id="{{ $pid }}-alex" width="64" src="{{ url('preview/64/'.$tid_alex) }}.png" />
</a>
@endif
@ -17,7 +17,7 @@
@if ($tid_cape == '0')
<img id="{{ $pid }}-cape" width="64" />
@else
<a href="{{ url('skinlib/show?tid='.$tid_cape) }}">
<a href="{{ url('skinlib/show/'.$tid_cape) }}">
<img id="{{ $pid }}-cape" width="64" src="{{ url('preview/64/'.$tid_cape) }}.png" />
</a>
@endif