Hide support popup. It will be made editable later.

Thanks to xet7 !
pull/5628/head
Lauri Ojansivu 5 months ago
parent 751b0aa073
commit 0332ef3298
  1. 23
      client/components/users/userHeader.jade

@ -77,10 +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'}}
//li
// a.js-support
// i.fa.fa-question-circle
// | {{_ 'support'}}
unless isSandstorm
hr
ul.pop-over-list
@ -147,20 +147,7 @@ template(name="editProfilePopup")
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/
| Support popup text will be editable later.
template(name="changePasswordPopup")
+atForm(state='changePwd')

Loading…
Cancel
Save