登录后可以直接编辑
This commit is contained in:
parent
516fb71b52
commit
5e497e8677
@ -25,6 +25,9 @@
|
||||
@foreach($video_pivots as $video_pivot)
|
||||
<tr>
|
||||
<td class="border align-top w-1/2 lg:w-1/4">
|
||||
@auth("web")
|
||||
<a href="{{route("program.construct.edit", ["program"=>$video_pivot->program->id])}}">编辑</a>
|
||||
@endauth
|
||||
<div class="block lg:hidden">{{$video_pivot->created_at}}</div>
|
||||
<a class="text-blue-600 lg:text-current underline lg:no-underline" href="/programs/{{ $video_pivot->program->id }}/video">
|
||||
<span title="节目">{{$video_pivot->program->name}}</span>
|
||||
|
Loading…
x
Reference in New Issue
Block a user