fix: always redirect users to own absence list

This commit is contained in:
Miguel Nogueira 2022-02-24 01:09:07 +00:00
parent 89a67f8802
commit 4f824525cb

View File

@ -156,7 +156,7 @@
<div class="row mt-3">
<div class="col text-center">
<x-button type="submit" id="backToAbsences" color="secondary" icon="fas fa-angle-double-left" link="{{ route('absences.index') }}">
<x-button type="submit" id="backToAbsences" color="secondary" icon="fas fa-angle-double-left" link="{{ route('showUserAbsences') }}">
{{ __('Back to Absence list') }}
</x-button>
</div>