resources/views/profile/index.blade.php: Add link to profession import.
This commit is contained in:
parent
cb04ba9fcc
commit
e2cbab0e76
1 changed files with 5 additions and 1 deletions
|
|
@ -16,10 +16,14 @@
|
|||
|
||||
<x-section-heading>
|
||||
<h2 class="text-3xl">{{ __('Characters') }}</h2>
|
||||
<div>
|
||||
<div class="flex space-x-2">
|
||||
<x-button element="a" class="flex items-center" href="{{ route('character.create') }}">
|
||||
<x-icon name="plus" class="h-6 h-6 mr-1"/> {{ __('Add character') }}
|
||||
</x-button>
|
||||
|
||||
<x-button element="a" class="flex items-center" href="{{ route('profession.create') }}">
|
||||
<x-icon name="plus" class="h-6 h-6 mr-1"/> {{ __('Import profession') }}
|
||||
</x-button>
|
||||
</div>
|
||||
</x-section-heading>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue