Merge branch 'accounting' into dev
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>
|
||||
|
||||
@@ -32,6 +32,10 @@
|
||||
onMount(load);
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>Umbrella – {t('accounts')}</title>
|
||||
</svelte:head>
|
||||
|
||||
<fieldset>
|
||||
|
||||
<span></span>
|
||||
|
||||
Reference in New Issue
Block a user