made the create button nice

This commit is contained in:
2023-04-06 13:22:40 +02:00
parent 152870f8fd
commit 39fff4bba3
9 changed files with 123 additions and 30 deletions

View File

@@ -4,7 +4,12 @@
<h3 class="title is-3 has-text-centered">Device List</h3>
@can('admin-only')
<div class="buttons is-right">
<a class="button is-small" href="devices/create">Create Device</a>
<a class="button is-small is-outlined is-success is-light" href="devices/create">
<span class="icon">
<i class="fa-solid fa-plus"></i>
</span>
<span>Create Device</span>
</a>
</div>
@endcan
@unless (count($devices) == 0)