fix texture name of items in closet
This commit is contained in:
parent
16b562ea2f
commit
6e4e50168c
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user