You've already forked lubo_comment_query
建设支持分页,节目列表添加开打时间,暂时停止使用cdn
This commit is contained in:
@ -58,6 +58,7 @@
|
||||
@endforeach
|
||||
</tbody>
|
||||
</table>
|
||||
{{ $programs->links() }}
|
||||
@include("common.footer")
|
||||
</body>
|
||||
</html>
|
||||
|
@ -26,6 +26,9 @@
|
||||
@foreach($programs as $program)
|
||||
<tr>
|
||||
<td class="border align-top w-1/2 lg:w-1/4">
|
||||
@if(sizeof($program->video_pivots) > 0)
|
||||
<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">
|
||||
<span title="节目">{{$program->name}}</span>
|
||||
<span title="难度">{{$program->difficulty}}</span>
|
||||
|
Reference in New Issue
Block a user