Backend for songs.zachdecook.com
Diffstat (limited to 'laravel/resources/views/song.blade.php')
| -rw-r--r-- | laravel/resources/views/song.blade.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/laravel/resources/views/song.blade.php b/laravel/resources/views/song.blade.php index 3d8cf2a..02f046b 100644 --- a/laravel/resources/views/song.blade.php +++ b/laravel/resources/views/song.blade.php @@ -11,7 +11,7 @@ <h2>{{$song['title']}}</h2> @can('update', $song ) - <a href='{{ route( 'song.edit', $song->number ) }}'>edit this song</a> + <a href='{{ route( 'song.edit', $song ) }}'>edit this song</a> @endcan <form> |