From 6a4d98418990f62712b31f43d03617cf205369a3 Mon Sep 17 00:00:00 2001 From: flashwave Date: Tue, 13 Sep 2016 16:53:17 +0200 Subject: [PATCH] things --- app/Controllers/UserController.php | 2 +- resources/views/yuuno/user/report.twig | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 %}