diff --git a/client/components/admin.vue b/client/components/admin.vue
index 59ea4986..a6166e60 100644
--- a/client/components/admin.vue
+++ b/client/components/admin.vue
@@ -62,6 +62,10 @@
v-list-tile(to='/dev')
v-list-tile-action: v-icon weekend
v-list-tile-title Developer Tools
+ v-divider.my-2
+ v-list-tile(to='/contribute')
+ v-list-tile-action: v-icon favorite
+ v-list-tile-title Contribute to Wiki.js
v-content
transition(name='admin-router')
@@ -108,7 +112,8 @@ const router = new VueRouter({
{ path: '/api', component: () => import(/* webpackChunkName: "admin" */ './admin/admin-api.vue') },
{ path: '/system', component: () => import(/* webpackChunkName: "admin" */ './admin/admin-system.vue') },
{ path: '/utilities', component: () => import(/* webpackChunkName: "admin" */ './admin/admin-utilities.vue') },
- { path: '/dev', component: () => import(/* webpackChunkName: "admin-dev" */ './admin/admin-dev.vue') }
+ { path: '/dev', component: () => import(/* webpackChunkName: "admin-dev" */ './admin/admin-dev.vue') },
+ { path: '/contribute', component: () => import(/* webpackChunkName: "admin-dev" */ './admin/admin-contribute.vue') }
]
})
diff --git a/client/components/admin/admin-contribute.vue b/client/components/admin/admin-contribute.vue
new file mode 100644
index 00000000..9cbf6c91
--- /dev/null
+++ b/client/components/admin/admin-contribute.vue
@@ -0,0 +1,60 @@
+
+ v-card(flat)
+ v-card(color='grey lighten-5')
+ .pa-3.pt-4
+ .headline.primary--text Contribute
+ .subheading.grey--text Help support Wiki.js development and operations
+
+ v-card.pa-3
+ .body-1.pl-3 Wiki.js is a #[strong free and open-source software] brought to you with #[v-icon(color='red') favorite] by #[a(href='https://requarks.io', target='_blank') requarks.io] and #[a(href='https://github.com/Requarks/wiki/graphs/contributors', target='_blank') contributors].
+ .body-1.pt-3.pl-3 We need your help to keep improving the software and run the various associated services (e.g. hosting and networking).
+ v-divider
+ v-subheader Fund our work
+ .body-1.pl-3 Wiki.js is part of the Open Collective initiative. You can contribute financially by making a monthly or one-time donation:
+ v-card-actions.mt-3.ml-2
+ v-btn(depressed, color='primary', href='https://opencollective.com/wikijs')
+ v-icon(left) local_atm
+ | Make a donation
+ v-divider
+ v-subheader Contribute
+ .body-1.pl-3
+ ul
+ li Submit an idea or vote on a proposed one on the #[a(href='https://requests.requarks.io/wiki', target='_blank') feature requests board].
+ li Found a bug? Submit an issue on #[a(href='https://github.com/Requarks/wiki/issues', target='_blank') Github].
+ li Help translate Wiki.js in your language. Let us know on #[a(href='https://gitter.im/Requarks/wiki', target='_blank') Gitter].
+ v-divider
+ v-subheader Spread the word
+ .body-1.pl-3
+ ul
+ li Talk to your friends and colleagues about how awesome Wiki.js is!
+ li Follow us on #[a(href='https://twitter.com/requarks', target='_blank') Twitter].
+
+
+
+
+
+
diff --git a/client/components/admin/admin-dashboard.vue b/client/components/admin/admin-dashboard.vue
index c38a3252..464141f8 100644
--- a/client/components/admin/admin-dashboard.vue
+++ b/client/components/admin/admin-dashboard.vue
@@ -3,7 +3,7 @@
v-layout(row wrap)
v-flex(xs12)
.headline.primary--text Dashboard
- .subheading.grey--text Coming soon
+ .subheading.grey--text Wiki.js v2 ALPHA Build - NOT FOR PRODUCTION USE