Benutzer-Änderungen

This commit is contained in:
chrosey
2017-09-13 07:55:08 +02:00
parent 2340b0226b
commit 25055f8f2d
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -25,6 +25,6 @@
</dd>
</dl>
<hr/>
<a class="btn btn-link" href="{{ route('veranstaltung.edit', ['id' => $id]) }}">Bearbeiten</a>
<a class="btn btn-link" href="{{ route('veranstaltung.index') }}">Zurück zur Liste</a>
<a class="btn btn-link" href="{{ route('benutzer.edit', ['id' => $id]) }}">Bearbeiten</a>
<a class="btn btn-link" href="{{ route('benutzer.index') }}">Zurück zur Liste</a>
@endsection