server ver
This commit is contained in:
0
resources/views/layout5/partials/banmenu.blade.php
Normal file → Executable file
0
resources/views/layout5/partials/banmenu.blade.php
Normal file → Executable file
0
resources/views/layout5/partials/comlist.php
Normal file → Executable file
0
resources/views/layout5/partials/comlist.php
Normal file → Executable file
0
resources/views/layout5/partials/comment.blade.php
Normal file → Executable file
0
resources/views/layout5/partials/comment.blade.php
Normal file → Executable file
0
resources/views/layout5/partials/commentform.blade.php
Normal file → Executable file
0
resources/views/layout5/partials/commentform.blade.php
Normal file → Executable file
0
resources/views/layout5/partials/comments.blade.php
Normal file → Executable file
0
resources/views/layout5/partials/comments.blade.php
Normal file → Executable file
0
resources/views/layout5/partials/filterselect.blade.php
Normal file → Executable file
0
resources/views/layout5/partials/filterselect.blade.php
Normal file → Executable file
0
resources/views/layout5/partials/flash.blade.php
Normal file → Executable file
0
resources/views/layout5/partials/flash.blade.php
Normal file → Executable file
0
resources/views/layout5/partials/frontendedit.blade.php
Normal file → Executable file
0
resources/views/layout5/partials/frontendedit.blade.php
Normal file → Executable file
0
resources/views/layout5/partials/handlebars.php
Normal file → Executable file
0
resources/views/layout5/partials/handlebars.php
Normal file → Executable file
0
resources/views/layout5/partials/header.blade.php
Normal file → Executable file
0
resources/views/layout5/partials/header.blade.php
Normal file → Executable file
0
resources/views/layout5/partials/layoutchanger.blade.php
Normal file → Executable file
0
resources/views/layout5/partials/layoutchanger.blade.php
Normal file → Executable file
0
resources/views/layout5/partials/loginmodal.blade.php
Normal file → Executable file
0
resources/views/layout5/partials/loginmodal.blade.php
Normal file → Executable file
0
resources/views/layout5/partials/msglist.php
Normal file → Executable file
0
resources/views/layout5/partials/msglist.php
Normal file → Executable file
3
resources/views/layout5/partials/navigation.blade.php
Normal file → Executable file
3
resources/views/layout5/partials/navigation.blade.php
Normal file → Executable file
@@ -7,7 +7,7 @@
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<a class="navbar-brand" href="/">
|
||||
<a class="navbar-brand" href="/main">
|
||||
<img src="{{ asset('logo.svg') }}" alt="w0bm.com">
|
||||
</a>
|
||||
</div>
|
||||
@@ -16,7 +16,6 @@
|
||||
<ul class="nav navbar-nav navbar-left">
|
||||
<li><a href="{{url('categories')}}"><i class="fa fa-clone"></i> Categories</a></li>
|
||||
<li><a href="{{url('index')}}"><i class="fa fa-list"></i> Index</a></li>
|
||||
@include('partials.layoutchanger')
|
||||
</ul>
|
||||
@if(Auth::check())
|
||||
<ul class="nav navbar-nav navbar-right">
|
||||
|
0
resources/views/layout5/partials/profileheader.blade.php
Normal file → Executable file
0
resources/views/layout5/partials/profileheader.blade.php
Normal file → Executable file
0
resources/views/layout5/partials/registermodal.blade.php
Normal file → Executable file
0
resources/views/layout5/partials/registermodal.blade.php
Normal file → Executable file
2
resources/views/layout5/partials/tags.blade.php
Normal file → Executable file
2
resources/views/layout5/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/layout5/partials/themechanger.blade.php
Normal file → Executable file
0
resources/views/layout5/partials/themechanger.blade.php
Normal file → Executable file
0
resources/views/layout5/partials/thread_closed.php
Normal file → Executable file
0
resources/views/layout5/partials/thread_closed.php
Normal file → Executable file
Reference in New Issue
Block a user