server ver
This commit is contained in:
0
resources/views/layout1/partials/banmenu.blade.php
Normal file → Executable file
0
resources/views/layout1/partials/banmenu.blade.php
Normal file → Executable file
0
resources/views/layout1/partials/comlist.php
Normal file → Executable file
0
resources/views/layout1/partials/comlist.php
Normal file → Executable file
0
resources/views/layout1/partials/comment.blade.php
Normal file → Executable file
0
resources/views/layout1/partials/comment.blade.php
Normal file → Executable file
0
resources/views/layout1/partials/commentform.blade.php
Normal file → Executable file
0
resources/views/layout1/partials/commentform.blade.php
Normal file → Executable file
0
resources/views/layout1/partials/comments.blade.php
Normal file → Executable file
0
resources/views/layout1/partials/comments.blade.php
Normal file → Executable file
0
resources/views/layout1/partials/filterselect.blade.php
Normal file → Executable file
0
resources/views/layout1/partials/filterselect.blade.php
Normal file → Executable file
0
resources/views/layout1/partials/flash.blade.php
Normal file → Executable file
0
resources/views/layout1/partials/flash.blade.php
Normal file → Executable file
0
resources/views/layout1/partials/frontendedit.blade.php
Normal file → Executable file
0
resources/views/layout1/partials/frontendedit.blade.php
Normal file → Executable file
0
resources/views/layout1/partials/handlebars.php
Normal file → Executable file
0
resources/views/layout1/partials/handlebars.php
Normal file → Executable file
0
resources/views/layout1/partials/header.blade.php
Normal file → Executable file
0
resources/views/layout1/partials/header.blade.php
Normal file → Executable file
4
resources/views/layout1/partials/layoutchanger.blade.php
Normal file → Executable file
4
resources/views/layout1/partials/layoutchanger.blade.php
Normal file → Executable file
@@ -7,10 +7,6 @@
|
||||
<button class="layoutbutton" id="layout2">Njum</button>
|
||||
<br>
|
||||
<button class="layoutbutton" id="layout3">z0mb</button>
|
||||
<br>
|
||||
<button class="layoutbutton" id="layout4">z0mbie</button>
|
||||
<br>
|
||||
<button class="layoutbutton" id="layout5">m0bile</button>
|
||||
</div>
|
||||
</ul>
|
||||
</li>
|
||||
|
0
resources/views/layout1/partials/loginmodal.blade.php
Normal file → Executable file
0
resources/views/layout1/partials/loginmodal.blade.php
Normal file → Executable file
0
resources/views/layout1/partials/msglist.php
Normal file → Executable file
0
resources/views/layout1/partials/msglist.php
Normal file → Executable file
0
resources/views/layout1/partials/navigation.blade.php
Normal file → Executable file
0
resources/views/layout1/partials/navigation.blade.php
Normal file → Executable file
0
resources/views/layout1/partials/profileheader.blade.php
Normal file → Executable file
0
resources/views/layout1/partials/profileheader.blade.php
Normal file → Executable file
0
resources/views/layout1/partials/registermodal.blade.php
Normal file → Executable file
0
resources/views/layout1/partials/registermodal.blade.php
Normal file → Executable file
0
resources/views/layout1/partials/report.blade.php
Normal file → Executable file
0
resources/views/layout1/partials/report.blade.php
Normal file → Executable file
2
resources/views/layout1/partials/tags.blade.php
Normal file → Executable file
2
resources/views/layout1/partials/tags.blade.php
Normal file → Executable file
@@ -34,7 +34,7 @@
|
||||
<div id="tag-display" class="tag-panel-body">
|
||||
@if(count($video->tags))
|
||||
@foreach($video->tags as $tag)
|
||||
<span class="label label-default"><a href="/index?q={{$tag->normalized}}" class="default-link">{{$tag->name}}</a>@if(Auth::check() && Auth::user()->can('edit_video')) <a class="delete-tag default-link" href="#"><i class="fa fa-times"></i></a>@endif</span>
|
||||
<span class="label label-default"><a href="/main?q={{$tag->normalized}}" class="default-link">{{$tag->name}}</a>@if(Auth::check() && Auth::user()->can('edit_video')) <a class="delete-tag default-link" href="#"><i class="fa fa-times"></i></a>@endif</span>
|
||||
@endforeach
|
||||
@else
|
||||
No tags yet ...
|
||||
|
0
resources/views/layout1/partials/themechanger.blade.php
Normal file → Executable file
0
resources/views/layout1/partials/themechanger.blade.php
Normal file → Executable file
0
resources/views/layout1/partials/thread_closed.php
Normal file → Executable file
0
resources/views/layout1/partials/thread_closed.php
Normal file → Executable file
Reference in New Issue
Block a user