Archived
1
0
Fork 0

resources/views/character/profession/create.blade.php: minor fixes.

This commit is contained in:
Henrik Hautakoski 2021-08-29 14:46:36 +02:00
parent f6fd635078
commit 529e6bdda4
2 changed files with 7 additions and 3 deletions

View file

@ -9,10 +9,12 @@
</div>
</x-slot>
<div class="mx-auto max-w-sm p-4">
<p>
<div class="p-4">
<p class="text-center">
<strong>{{ __("Important") }}!</strong>
{{ __('Download this') }}
<x-link href="https://www.curseforge.com/wow/addons/professions-exporter" target="_blank">{{ __('addon') }}</x-link>
{{ __('to generate the import string') }}
</p>
<x-form action="{{ route('character.profession.store', [ 'character' => $character->slug ]) }}">