mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-26 08:13:16 +00:00
Update profile view
This commit is contained in:
parent
bcd75c115c
commit
63344ad6e5
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,11 @@
|
||||||
@extends('layouts.app',['title' => $user->username . " on " . config('app.name')])
|
@extends('layouts.app',['title' => $user->username . " on " . config('app.name')])
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
|
@if (session('error'))
|
||||||
|
<div class="alert alert-danger text-center font-weight-bold mb-0">
|
||||||
|
{{ session('error') }}
|
||||||
|
</div>
|
||||||
|
@endif
|
||||||
@include('profile.partial.private-info')
|
@include('profile.partial.private-info')
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
Loading…
Reference in a new issue