|
@@ -77,6 +77,10 @@ template(name="memberMenuPopup")
|
|
|
a.js-change-language
|
|
|
i.fa.fa-flag
|
|
|
| {{_ 'changeLanguagePopup-title'}}
|
|
|
+ li
|
|
|
+ a.js-support
|
|
|
+ i.fa.fa-question-circle
|
|
|
+ | {{_ 'support'}}
|
|
|
unless isSandstorm
|
|
|
hr
|
|
|
ul.pop-over-list
|
|
@@ -139,6 +143,25 @@ template(name="editProfilePopup")
|
|
|
div
|
|
|
input#deleteButton.primary.wide(type="button" value="{{_ 'delete'}}")
|
|
|
|
|
|
+
|
|
|
+template(name="supportPopup")
|
|
|
+ ul.pop-over-list
|
|
|
+ li
|
|
|
+ | You get support from name of this app,
|
|
|
+ | that has Admin access to help you.
|
|
|
+ br
|
|
|
+ br
|
|
|
+ | a) If app name or logo or URL is https://something.yourcompany.com, you get support from https://yourcompany.com.
|
|
|
+ | This app may come preinstalled at some devices.
|
|
|
+ br
|
|
|
+ br
|
|
|
+ | b) If this app name is WeKan from https://wekan.team/app/ or URL is https://boards.wekan.team,
|
|
|
+ | then this is WeKan Open Source kanban software with MIT license https://wekan.github.io with all source code
|
|
|
+ | at https://github.com/wekan/wekan, PRs are very welcome at https://github.com/wekan/wekan/pulls.
|
|
|
+ | Free public Open Source support is at https://github.com/wekan/wekan/issues for feature requests and bug reports.
|
|
|
+ | Optional paid private Commercial Support for Features/Fixes/Support/Hosting is at https://wekan.team from maintainer of WeKan.
|
|
|
+ | If possible, please sponsor continuing maintaining of WeKan at https://wekan.github.io/sponsors/
|
|
|
+
|
|
|
template(name="changePasswordPopup")
|
|
|
+atForm(state='changePwd')
|
|
|
|