server version, minor css fixes and other visual upgrades mostly to standard layout -> glitch css
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
@extends('profilelayout')
|
||||
@section('content')
|
||||
@include('partials.profileheader')
|
||||
<div class="profilheader">
|
||||
<a href="/{{$user->baseurl()}}/">View {{ $title }}</a>
|
||||
</div>
|
||||
<fieldset>
|
||||
<legend><a href="/{{$user->baseurl()}}/">View {{ $title }}</a></legend>
|
||||
|
||||
<table class="table table-hover table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
@@ -32,4 +32,5 @@
|
||||
</tbody>
|
||||
</table>
|
||||
{!! $videos->render() !!}
|
||||
</fieldset>
|
||||
@endsection
|
||||
|
Reference in New Issue
Block a user