nojs änderungen usw

This commit is contained in:
noxy
2019-08-28 06:04:32 +00:00
parent 19f4b7d26f
commit 5fada7ae29
8 changed files with 85 additions and 14 deletions

View File

@@ -18,7 +18,7 @@
@if(Auth::check())
<div id="comment_container_scrollable" class="comments hidden-xs">
<div class="commentwrapper">
<div data-simplebar class="commentwrapper">
<?php
if($mod = (Auth::check() && Auth::user()->can('delete_comment'))) $comments = $video->comments()->withTrashed()->get();
else $comments = $video->comments;