Skip to content
Snippets Groups Projects
Unverified Commit 365dd3a9 authored by Christoph Wurst's avatar Christoph Wurst
Browse files

Fix folder content and route to the setup page

parent c5bcc464
No related branches found
No related tags found
No related merge requests found
<template>
<div>
<a id="new-mail-account"
class="button new-button"
href="">{{ t('mail', 'Add mail account') }}</a>
<router-link to="/setup"
id="new-mail-account"
class="button new-button">{{ t('mail', 'Add mail account') }}</router-link>
<p>
<input class="checkbox"
id="gravatar-enabled"
type="checkbox">
type="checkbox">
<label for="gravatar-enabled">{{ t('mail', 'Use Gravatar and favicon avatars') }}</label>
</p>
<p class="app-settings-hint">
<a id="keyboard-shortcuts"
href="">{{ t('mail','Keyboard shortcuts')}}</a>
......
......@@ -3,6 +3,7 @@
<app-navigation :menu="menu">
<AppSettingsMenu slot="settings-content" />
</app-navigation>
<FolderContent />
</div>
</template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment