working on file module
This commit is contained in:
@@ -52,15 +52,16 @@ onMount(fetchModules);
|
||||
<input type="text" bind:value={key} />
|
||||
<button type="submit">{t('search')}</button>
|
||||
</form>
|
||||
<a href="/user" {onclick}>{t('users')}</a>
|
||||
<a href="/company" {onclick}>{t('companies')}</a>
|
||||
<a href="/project" {onclick}>{t('projects')}</a>
|
||||
<a href="/task" {onclick}>{t('tasks')}</a>
|
||||
<a href="/user" {onclick}>{t('users')}</a>
|
||||
<a href="/company" {onclick}>{t('companies')}</a>
|
||||
<a href="/project" {onclick}>{t('projects')}</a>
|
||||
<a href="/task" {onclick}>{t('tasks')}</a>
|
||||
<a href="/document" {onclick}>{t('documents')}</a>
|
||||
<a href="/bookmark" {onclick}>{t('bookmarks')}</a>
|
||||
<a href="/notes" {onclick}>{t('notes')}</a>
|
||||
<a href="/time" {onclick}>{t('timetracking')}</a>
|
||||
<a href="/wiki" {onclick}>{t('wiki')}</a>
|
||||
<a href="/notes" {onclick}>{t('notes')}</a>
|
||||
<a href="/files" {onclick}>{t('files')}</a>
|
||||
<a href="/time" {onclick}>{t('timetracking')}</a>
|
||||
<a href="/wiki" {onclick}>{t('wiki')}</a>
|
||||
<a href="https://svelte.dev/tutorial/svelte/state" target="_blank">{t('tutorial')}</a>
|
||||
{#each modules as module,i}
|
||||
{#if module.name.trim()}<a href={module.url}>{module.name}</a>{/if}
|
||||
|
||||
Reference in New Issue
Block a user