fixed mobile uploading and some other shit I cant remember rn
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
@extends('profilelayout')
|
||||
@section('content')
|
||||
<div class="page-header">
|
||||
<h3 id="index">Index</h3>
|
||||
|
||||
<h3 id="index">Index <small>{{ count($videos) }} results</small></h3>
|
||||
<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']) !!}
|
||||
|
Reference in New Issue
Block a user