favorites lol

This commit is contained in:
Flummi
2022-01-02 06:52:52 +01:00
parent e8ff4396aa
commit e72b86c981
5 changed files with 44 additions and 8 deletions

View File

@ -1,5 +1,6 @@
@include(snippets/header)
<h1>Settings</h1>
@if(session.avatar)<img src="/t/{{ session.avatar }}.png" />@endif
<h2>Account</h2>
<table class="table">
<tbody>
@ -15,6 +16,10 @@
<td>username</td>
<td>{!! session.user !!}</td>
</tr>
<tr>
<td>avatar</td>
<td><input type="number" class="input" value="{{ session.avatar }}" /><input type="submit" value="save" /></td>
</tr>
</tbody>
</table>
<h2>Sessions</h2>