编辑按钮位置
This commit is contained in:
parent
68c547e14d
commit
b7d425d5cf
@ -29,10 +29,10 @@
|
||||
@if(sizeof($program->video_pivots) > 0)
|
||||
<div class="block lg:hidden">{{$program->created_at}}</div>
|
||||
@endif
|
||||
@auth("web")
|
||||
<a href="{{route("program.construct.edit", ["program"=>$program->id])}}">编辑</a>
|
||||
@endauth
|
||||
<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