Skip to content

Commit c35901d

Browse files
committed
updated series url
1 parent 2d70d23 commit c35901d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/video/show.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
</div>
4242
<div class='my-2'>
4343
<p>
44-
You are watching Series:: <a href="{{ route('series.show', $current_video->series->id) }}">{{ $current_video->series->title }}</a>
44+
You are watching Series:: <a href="{{ route('series.show', $current_video->series) }}">{{ $current_video->series->title }}</a>
4545
</p>
4646
<p> Path:</p>
4747
<p>{{ $current_video->path_name }}</p>

0 commit comments

Comments
 (0)