Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
Nextcloud mail - PostGuard
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Laura Kolijn
Nextcloud mail - PostGuard
Commits
365dd3a9
Unverified
Commit
365dd3a9
authored
6 years ago
by
Christoph Wurst
Browse files
Options
Downloads
Patches
Plain Diff
Fix folder content and route to the setup page
Signed-off-by:
Christoph Wurst
<
christoph@winzerhof-wurst.at
>
parent
c5bcc464
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
js/components/AppSettingsMenu.vue
+4
-7
4 additions, 7 deletions
js/components/AppSettingsMenu.vue
js/views/Home.vue
+1
-0
1 addition, 0 deletions
js/views/Home.vue
with
5 additions
and
7 deletions
js/components/AppSettingsMenu.vue
+
4
−
7
View file @
365dd3a9
<
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>
...
...
This diff is collapsed.
Click to expand it.
js/views/Home.vue
+
1
−
0
View file @
365dd3a9
...
...
@@ -3,6 +3,7 @@
<app-navigation
:menu=
"menu"
>
<AppSettingsMenu
slot=
"settings-content"
/>
</app-navigation>
<FolderContent
/>
</div>
</
template
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment