Files
ui/resources/views/layout/icons/edit.blade.php

6 lines
109 B
PHP
Raw Normal View History

2021-12-01 21:04:06 -03:00
<span class="glyphicon glyphicon-edit
@if (isset($small) and $small)
small
@endif
" title="Editar"></span>