This commit is contained in:
flash 2016-09-13 16:53:17 +02:00
parent 77fc40e6d8
commit 6a4d984189
2 changed files with 2 additions and 1 deletions

View file

@ -46,7 +46,7 @@ class UserController extends Controller
}
}
return view((isset($_GET['new']) ? '@aitemu/' : '') . 'user/profile', compact('profile'));
return view('user/profile', compact('profile'));
}
/**

View file

@ -2,4 +2,5 @@
{% block content %}
<h1 class="stylised" style="text-align: center; margin: 2em auto;">I'll actually make reporting a thing, someday...</h1>
<h3 class="stylised" style="text-align: center; margin: 2em auto;">...but today is not that day.</h3>
{% endblock %}