You've already forked lubo_comment_query
Tag顺序问题
This commit is contained in:
@ -26,8 +26,8 @@
|
||||
<tr>
|
||||
<td>{{$program->name}}</td>
|
||||
<td>
|
||||
@foreach($program->tags as $tag)
|
||||
<div title="{{$tag->comment}}">{{$tag->name}}</div>
|
||||
@foreach($program->tag_pivots as $tag_pivot)
|
||||
<div title="{{$tag_pivot->tag->comment}}">{{$tag_pivot->tag->name}}</div>
|
||||
@endforeach
|
||||
</td>
|
||||
<td>
|
||||
|
Reference in New Issue
Block a user