changed route name and table data to show correct info

This commit is contained in:
Vedde
2020-06-29 08:30:31 +02:00
parent 578dd8d522
commit b46f8f7b0a
2 changed files with 3 additions and 3 deletions
@@ -11,7 +11,7 @@
@section("content")
<h1>Rediger Link:</h1>
<form method="post" action="{{ route("external-links.update", ['name' => $link->name]) }}">
<form method="post" action="{{ route("external-links.edit", ['external_link' => $link]) }}">
@csrf
<label for="title">Titel:</label>
<input type="text" name="title" id="title" required>