things
This commit is contained in:
parent
77fc40e6d8
commit
6a4d984189
2 changed files with 2 additions and 1 deletions
|
@ -46,7 +46,7 @@ class UserController extends Controller
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return view((isset($_GET['new']) ? '@aitemu/' : '') . 'user/profile', compact('profile'));
|
return view('user/profile', compact('profile'));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -2,4 +2,5 @@
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h1 class="stylised" style="text-align: center; margin: 2em auto;">I'll actually make reporting a thing, someday...</h1>
|
<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 %}
|
{% endblock %}
|
||||||
|
|
Reference in a new issue