Base
This commit is contained in:
1
resources/views/layout/icons/abonar.blade.php
Normal file
1
resources/views/layout/icons/abonar.blade.php
Normal file
@ -0,0 +1 @@
|
||||
<span class="glyphicon glyphicon-piggy-bank small" title="Abonar"></span>
|
5
resources/views/layout/icons/add.blade.php
Normal file
5
resources/views/layout/icons/add.blade.php
Normal file
@ -0,0 +1,5 @@
|
||||
<span class="glyphicon glyphicon-plus
|
||||
@if (isset($small) and $small)
|
||||
small
|
||||
@endif
|
||||
" title="Agregar"></span>
|
5
resources/views/layout/icons/edit.blade.php
Normal file
5
resources/views/layout/icons/edit.blade.php
Normal file
@ -0,0 +1,5 @@
|
||||
<span class="glyphicon glyphicon-edit
|
||||
@if (isset($small) and $small)
|
||||
small
|
||||
@endif
|
||||
" title="Editar"></span>
|
1
resources/views/layout/icons/pagar.blade.php
Normal file
1
resources/views/layout/icons/pagar.blade.php
Normal file
@ -0,0 +1 @@
|
||||
<span class="glyphicon glyphicon-usd small" title="Pagar"></span>
|
5
resources/views/layout/icons/remove.blade.php
Normal file
5
resources/views/layout/icons/remove.blade.php
Normal file
@ -0,0 +1,5 @@
|
||||
<span class="glyphicon glyphicon-remove
|
||||
@if (isset($small) and $small)
|
||||
small
|
||||
@endif
|
||||
" title="Eliminar"></span>
|
9
resources/views/layout/icons/show.blade.php
Normal file
9
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