Cleanup of icons and removed ones not used #195
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
]) !!}
|
||||
{!! Form::hidden('news_id', $item->id) !!}
|
||||
{!!
|
||||
Form::button('delete',
|
||||
Form::button('<i class="far fa-trash-alt"></i> delete',
|
||||
['type' => 'submit',
|
||||
'class' => ' btn btn-danger btn-xs text-small',
|
||||
'onclick' => "return confirm('Are you sure?')"
|
||||
@@ -54,7 +54,7 @@
|
||||
</table>
|
||||
<div class="text-right">
|
||||
{!!
|
||||
Form::button('<i class="glyphicon glyphicon-plus"></i> add',
|
||||
Form::button('<i class="fas fa-plus-circle"></i> add',
|
||||
['type' => 'submit',
|
||||
'class' => 'btn btn-success btn-s'])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user