File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 297297 $ data ['report_count ' ] = Report::whereArchived (false )->count ();
298298 $ data ['waiting_count ' ] = Mod::whereApproved (null )->count ();
299299 $ data ['ticket_count ' ] = Thread::where ('closed ' , false )
300- ->where ('forum_id ' , 1 )
301300 ->whereHas ('category ' , function ($ q ) {
302301 $ q ->where ('tickets_mode ' , true );
303302 })->count ();
Original file line number Diff line number Diff line change 2525 <m-time :datetime =" thread.created_at" relative />
2626 </template >
2727 <template #place >
28- <m-flex class =" items-center" >
28+ <m-flex class =" items-center" gap = " 0 " >
2929 <NuxtLink v-if =" ! forumId " class="text-inherit" :to =" thread .game_id ? ` /g/${thread .game ?.short_name }/forum ` : ' /forum' " >
30- {{ thread.game_id ? (thread.game?.name ?? $t('not_available')) : $t('global_forum') }}
30+ {{ thread.game ? (thread.game?.name ?? $t('not_available')) : $t('global_forum') }}
3131 </NuxtLink >
3232 <i-mdi-menu-right v-if =" !forumId" />
3333 <NuxtLink class="text-inherit" :to =" categoryLink ? ` ${to }?category=${thread .category_id } ` : undefined " >
Original file line number Diff line number Diff line change 22 <thread-list
33 :title =" $t('tickets')"
44 title-link =" /forum"
5- :forum-id =" game?.forum_id ?? 1 "
5+ :forum-id =" game?.forum_id"
66 alt-background
77 :limit =" 10"
88 pagination
You can’t perform that action at this time.
0 commit comments