소스 검색

Hide support popup. It will be made editable later.

Thanks to xet7 !
Lauri Ojansivu 5 달 전
부모
커밋
0332ef3298
1개의 변경된 파일5개의 추가작업 그리고 18개의 파일을 삭제
  1. 5 18
      client/components/users/userHeader.jade

+ 5 - 18
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')