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 }
|
.amount{ text-align: right }
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
<svelte:head>
|
||||||
|
{#if account}
|
||||||
|
<title>Umbrella – {account.name}</title>
|
||||||
|
{/if}
|
||||||
|
</svelte:head>
|
||||||
|
|
||||||
{#if filter.length > 0}
|
{#if filter.length > 0}
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>{t('filter by tags')}</legend>
|
<legend>{t('filter by tags')}</legend>
|
||||||
|
|||||||
@@ -32,6 +32,10 @@
|
|||||||
onMount(load);
|
onMount(load);
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<svelte:head>
|
||||||
|
<title>Umbrella – {t('accounts')}</title>
|
||||||
|
</svelte:head>
|
||||||
|
|
||||||
<fieldset>
|
<fieldset>
|
||||||
|
|
||||||
<span></span>
|
<span></span>
|
||||||
|
|||||||
Reference in New Issue
Block a user