server ver
This commit is contained in:
0
resources/views/layout2/video-partials/disqus.blade.php
Normal file → Executable file
0
resources/views/layout2/video-partials/disqus.blade.php
Normal file → Executable file
6
resources/views/layout2/video-partials/legacy-metadata.blade.php
Normal file → Executable file
6
resources/views/layout2/video-partials/legacy-metadata.blade.php
Normal file → Executable file
@@ -37,11 +37,9 @@
|
||||
<button type="button" class="btn btn-dark" id="togglebg"><i class="fa fa-power-off fa-lg"></i></button>
|
||||
</li>
|
||||
<li class="legacy-item">
|
||||
@if(auth()->check())
|
||||
@if(auth()->user()->can('delete_video'))
|
||||
|
||||
<button id="webm_edit" class="btn btn-dark" data-toggle="modal" data-target="#webmeditmodal"><i class="fa fa-edit fa-lg"></i></button>
|
||||
@endif
|
||||
@endif
|
||||
|
||||
<li class="legacy-item">
|
||||
<button id="webm_report" class="btn btn-dark" data-toggle="modal" data-target="#webmreportmodal"><i class="fa fa-warning fa-md"></i></button>
|
||||
</li>
|
||||
|
0
resources/views/layout2/video-partials/legacy-videonav.blade.php
Normal file → Executable file
0
resources/views/layout2/video-partials/legacy-videonav.blade.php
Normal file → Executable file
17
resources/views/layout2/video-partials/popover-metadata.blade.php
Normal file → Executable file
17
resources/views/layout2/video-partials/popover-metadata.blade.php
Normal file → Executable file
@@ -23,21 +23,4 @@
|
||||
<div class="added">
|
||||
<strong>Added:</strong> <a id="timestamp" title="{{$video->created_at->toIso8601String()}}">{{$video->created_at->diffForHumans()}}</a> <time class="timeago" data-toggle="tooltip" datetime="{{$video->created_at->toIso8601String()}}" title="{{$video->created_at->toIso8601String()}}"></time>
|
||||
</div>
|
||||
<div class="toggo tag-panel-body smallfontsize">
|
||||
<div id="tag-display " class="tag-panel-body">
|
||||
@if(count($video->tags))
|
||||
@foreach($video->tags as $tag)
|
||||
@if($tag == 'sfw')
|
||||
<span class="badge badge-sfw"><a href="/index?q={{$tag->normalized}}" class="default-link">{{$tag->name}}</a></span>
|
||||
@elseif($tag == 'nsfw')
|
||||
<span class="badge badge-danger"><a href="/index?q={{$tag->normalized}}" class="default-link">{{$tag->name}}</a></span>
|
||||
@else
|
||||
<span class="badge badge-secondary"><a href="/index?q={{$tag->normalized}}" class="default-link">{{$tag->name}}</a></span>
|
||||
@endif
|
||||
@endforeach
|
||||
@else
|
||||
No tags yet ...
|
||||
@endif
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
0
resources/views/layout2/video-partials/video-fav.blade.php
Normal file → Executable file
0
resources/views/layout2/video-partials/video-fav.blade.php
Normal file → Executable file
0
resources/views/layout2/video-partials/video-matadata-overlay.blade.php
Normal file → Executable file
0
resources/views/layout2/video-partials/video-matadata-overlay.blade.php
Normal file → Executable file
3
resources/views/layout2/video-partials/video-metadata.blade.php
Normal file → Executable file
3
resources/views/layout2/video-partials/video-metadata.blade.php
Normal file → Executable file
@@ -16,7 +16,8 @@
|
||||
<strong>Uploader:</strong> <a class="text-dark" href="{{ url("user/" . $video->user->username) }}">{!! $video->user->displayName() !!}</a></span> <time class="timeago" data-toggle="tooltip" datetime="{{$video->created_at->toIso8601String()}}" title="{{$video->created_at->toIso8601String()}}"></time></a>
|
||||
</div></li>
|
||||
</ul>
|
||||
@if(auth()->check() && (auth()->user()->can("edit_video") || auth()->user()->id == $video->user_id)) <a class="edit_video" href="#" data-toggle="modal" data-target="#webmeditmodal">[edit]</a>@endif @if(auth()->check() && auth()->user()->can("delete_video"))<a class="delete_video" href="#">[del]</a>@endif
|
||||
gfgf
|
||||
<a class="edit_video" href="#" data-toggle="modal" data-target="#webmeditmodal">[edit]</a>@if(auth()->check() && auth()->user()->can("delete_video"))<a class="delete_video" href="#">[del]</a>@endif
|
||||
</div>
|
||||
|
||||
<div class="tags">
|
||||
|
0
resources/views/layout2/video-partials/videocontrols.blade.php
Normal file → Executable file
0
resources/views/layout2/video-partials/videocontrols.blade.php
Normal file → Executable file
Reference in New Issue
Block a user