mirror of
https://github.com/wekan/wekan.git
synced 2026-02-19 06:28:06 +01:00
Hide support popup. It will be made editable later.
Thanks to xet7 !
This commit is contained in:
parent
751b0aa073
commit
0332ef3298
1 changed files with 5 additions and 18 deletions
|
|
@ -77,10 +77,10 @@ template(name="memberMenuPopup")
|
||||||
a.js-change-language
|
a.js-change-language
|
||||||
i.fa.fa-flag
|
i.fa.fa-flag
|
||||||
| {{_ 'changeLanguagePopup-title'}}
|
| {{_ 'changeLanguagePopup-title'}}
|
||||||
li
|
//li
|
||||||
a.js-support
|
// a.js-support
|
||||||
i.fa.fa-question-circle
|
// i.fa.fa-question-circle
|
||||||
| {{_ 'support'}}
|
// | {{_ 'support'}}
|
||||||
unless isSandstorm
|
unless isSandstorm
|
||||||
hr
|
hr
|
||||||
ul.pop-over-list
|
ul.pop-over-list
|
||||||
|
|
@ -147,20 +147,7 @@ template(name="editProfilePopup")
|
||||||
template(name="supportPopup")
|
template(name="supportPopup")
|
||||||
ul.pop-over-list
|
ul.pop-over-list
|
||||||
li
|
li
|
||||||
| You get support from name of this app,
|
| Support popup text will be editable later.
|
||||||
| 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")
|
template(name="changePasswordPopup")
|
||||||
+atForm(state='changePwd')
|
+atForm(state='changePwd')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue