mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Add profile disabled view
This commit is contained in:
parent
695c7a63ba
commit
540d0bed26
1 changed files with 18 additions and 0 deletions
18
resources/views/profile/disabled.blade.php
Normal file
18
resources/views/profile/disabled.blade.php
Normal file
|
@ -0,0 +1,18 @@
|
|||
@extends('layouts.app',['title' => "Account Temporarily Unavailable"])
|
||||
|
||||
@section('content')
|
||||
<div class="container">
|
||||
<div class="profile-timeline mt-2 mt-md-4">
|
||||
<div class="alert alert-danger">
|
||||
<div class="py-2">
|
||||
<p class="lead font-weight-bold mb-0">
|
||||
{{__('profile.status.disabled.header')}}
|
||||
</p>
|
||||
<p class="mb-0">
|
||||
{{__('profile.status.disabled.body')}}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@endsection
|
Loading…
Reference in a new issue