Hotfix for Layout 2 regarding display of sfw variable and other minor improvements and or changes

This commit is contained in:
noxy
2019-10-08 21:39:42 +00:00
parent 4682e65af9
commit 7ffef2472b
13 changed files with 111 additions and 28 deletions

View File

@@ -1,6 +1,9 @@
@extends('profilelayout')
@section('content')
<div class="page-header">
<div class="page">
{!! $videos->render() !!}
</div>
<form method="get">
<button type="submit" class="suchbutton"><i style="color:white;" class="fa fa-search"></i></button>
{!! Form::text('q', isset($q) ? $q : null, ['class' => 'suchleiste', 'placeholder' => 'Search w0bm.com']) !!}
@@ -25,8 +28,4 @@
</div>
@endforeach
</div>
<div class="page">
{!! $videos->render() !!}
</div>
@endsection