登录后可以直接修改已发布的节目
This commit is contained in:
parent
916507d7f2
commit
68c547e14d
@ -30,6 +30,9 @@
|
||||
<div class="block lg:hidden">{{$program->created_at}}</div>
|
||||
@endif
|
||||
<a class="text-blue-600 lg:text-current underline lg:no-underline" href="/programs/{{ $program->id }}/video">
|
||||
@auth("web")
|
||||
<a href="{{route("program.construct.edit", ["program"=>$program->id])}}">编辑</a>
|
||||
@endauth
|
||||
<span title="节目">{{$program->name}}</span>
|
||||
<span title="难度">{{$program->difficulty}}</span>
|
||||
<span title="要求">{{$program->desc}}</span>
|
||||
|
Loading…
x
Reference in New Issue
Block a user