- everyone is allowed to download published files
This commit is contained in:
parent
5c66a33e51
commit
5ff1ba7c6a
3 changed files with 30 additions and 22 deletions
|
@ -2,15 +2,17 @@
|
|||
@extends('layouts.app')
|
||||
|
||||
@section('content')
|
||||
<div class='col-lg-4 col-lg-offset-4'>
|
||||
<h1><center>403<br>
|
||||
ACCESS DENIED</center></h1>
|
||||
<section class="normal dataset u-full-width">
|
||||
<div class="container">
|
||||
|
||||
<h1>
|
||||
<center>403<br>
|
||||
ACCESS DENIED</center>
|
||||
</h1>
|
||||
<a href="{{ URL::previous() }}" class="btn btn-default">Back</a>
|
||||
<h2>{{ $exception->getMessage() }}</h2>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
@endsection
|
||||
|
||||
|
||||
|
||||
@endsection
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue