You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: client/components/admin/admin-contribute.vue
+26-28
Original file line number
Diff line number
Diff line change
@@ -1,33 +1,31 @@
1
1
<template lang='pug'>
2
2
v-card(flat)
3
-
v-card(color='grey lighten-5')
4
-
.pa-3.pt-4
5
-
.headline.primary--text Contribute
6
-
.subheading.grey--text Help support Wiki.js development and operations
7
-
8
-
v-card.pa-3
9
-
.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].
10
-
.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).
11
-
v-divider
12
-
v-subheader Fund our work
13
-
.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:
.subheading.grey--text Help support Wiki.js development and operations
6
+
v-card.pa-3
7
+
.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].
8
+
.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).
9
+
v-divider
10
+
v-subheader Fund our work
11
+
.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:
Copy file name to clipboardExpand all lines: client/components/admin/admin-locale.vue
+2-4
Original file line number
Diff line number
Diff line change
@@ -39,8 +39,7 @@
39
39
persistent-hint
40
40
:hint='namespacing ? "Automatically download updates to all namespaced locales enabled below." : "Automatically download updates to this locale as they become available."'
0 commit comments