UI
This commit is contained in:
9
ui/resources/views/layout/icons/show.blade.php
Normal file
9
ui/resources/views/layout/icons/show.blade.php
Normal file
@ -0,0 +1,9 @@
|
||||
<span class="glyphicon glyphicon-{{$icon}}
|
||||
@if (isset($small) and $small)
|
||||
small
|
||||
@endif
|
||||
"
|
||||
@if (isset($title))
|
||||
title="{{$title}}"
|
||||
@endif
|
||||
></span>
|
Reference in New Issue
Block a user