diff --git a/app/Controllers/UserController.php b/app/Controllers/UserController.php index ba1c208..720ce96 100644 --- a/app/Controllers/UserController.php +++ b/app/Controllers/UserController.php @@ -46,7 +46,7 @@ class UserController extends Controller } } - return view((isset($_GET['new']) ? '@aitemu/' : '') . 'user/profile', compact('profile')); + return view('user/profile', compact('profile')); } /** diff --git a/resources/views/yuuno/user/report.twig b/resources/views/yuuno/user/report.twig index 718a35f..8c37888 100644 --- a/resources/views/yuuno/user/report.twig +++ b/resources/views/yuuno/user/report.twig @@ -2,4 +2,5 @@ {% block content %}

I'll actually make reporting a thing, someday...

+

...but today is not that day.

{% endblock %}