mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-13 01:54:30 +00:00
Add back status alerts
This commit is contained in:
parent
3b9eac49f1
commit
d1947e0987
1 changed files with 5 additions and 0 deletions
|
@ -2,6 +2,11 @@
|
|||
|
||||
@section('content')
|
||||
<div class="container mt-4">
|
||||
@if (session('status'))
|
||||
<div class="alert alert-success">
|
||||
{{ session('status') }}
|
||||
</div>
|
||||
@endif
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-md-8 p-sm-3 p-0">
|
||||
<a class="card font-weight-bold text-center h-100 card-md-rounded-0" href="{{Auth::user()->url()}}">
|
||||
|
|
Loading…
Reference in a new issue