fix texture name of items in closet

This commit is contained in:
printempw 2016-08-14 10:17:59 +08:00
parent 16b562ea2f
commit 6e4e50168c

View File

@ -41,7 +41,9 @@
<img src="../preview/{{ $item->tid }}.png">
</div>
<div class="item-footer">
<span title="{{ $item->name }}">{{ strlen($item->name) > 12 ? substr($item->name, 0, 12).'...' : $item->name }} <small>({{ $item['type'] }})</small></span>
<p class="texture-name">
<span title="{{ $item->name }}">{{ $item->name }} <small>({{ $item->type }})</small></span>
</p>
<a href="../skinlib/show?tid={{ $item->tid }}" title="在皮肤库中查看" class="more" data-toggle="tooltip" data-placement="bottom"><i class="fa fa-share"></i></a>
<ul class="dropdown-menu" aria-labelledby="share-button">