adding title tag
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -77,6 +77,12 @@
|
||||
.amount{ text-align: right }
|
||||
</style>
|
||||
|
||||
<svelte:head>
|
||||
{#if account}
|
||||
<title>Umbrella – {account.name}</title>
|
||||
{/if}
|
||||
</svelte:head>
|
||||
|
||||
{#if filter.length > 0}
|
||||
<fieldset>
|
||||
<legend>{t('filter by tags')}</legend>
|
||||
|
||||
Reference in New Issue
Block a user