Skip to content

Commit bd654e9

Browse files
committed
Fix device add button link to correct route
Updated the 'Lasergerät hinzufügen' button to link to '/devices/create' instead of '/devices/all' to direct users to the correct device creation page.
1 parent 65ae2c5 commit bd654e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/devices/index.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
</table>
7171
</div>
7272
@auth
73-
<a href="{{ url('/devices/all') }}" class="btn btn-primary mt-3">Lasergerät hinzufügen</a>
73+
<a href="{{ url('/devices/create') }}" class="btn btn-primary mt-3">Lasergerät hinzufügen</a>
7474
@endauth
7575
</div>
7676
@endsection

0 commit comments

Comments
 (0)