summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorChristoph (Sheogorath) Kern2019-04-12 23:47:51 +0200
committerGitHub2019-04-12 23:47:51 +0200
commit074198f941ec7559d3555ed70ee6b42f6f56512f (patch)
tree22160ee7a407d1f573c646a1d50484a449246079 /public
parent2b99ed6d5360454537c7f78377b461fdafe5606e (diff)
parent454b39ac1053111b1d12677a1832685a73ee8239 (diff)
Merge pull request #43 from SISheogorath/feature/community
Add community forum to help section
Diffstat (limited to 'public')
-rw-r--r--public/views/shared/help-modal.ejs6
1 files changed, 4 insertions, 2 deletions
diff --git a/public/views/shared/help-modal.ejs b/public/views/shared/help-modal.ejs
index ab9f6b70..eb5566a8 100644
--- a/public/views/shared/help-modal.ejs
+++ b/public/views/shared/help-modal.ejs
@@ -15,11 +15,13 @@
<h3 class="panel-title"><%= __('Contacts') %></h3>
</div>
<div class="panel-body">
- <a href="https://github.com/codimd/server/issues" target="_blank"><i class="fa fa-tag fa-fw"></i> <%= __('Report an issue') %></a>
+ <a href="https://community.codimd.org" target="_blank"><i class="fa fa-users fa-fw"></i> <%= __('Join the community') %></a>
<br>
<a href="https://riot.im/app/#/room/#codimd:matrix.org" target="_blank"><i class="fa fa-hashtag fa-fw"></i> <%= __('Meet us on %s', 'Matrix') %></a>
<br>
- <a href="https://translate.codimd.org" target="_blank"><i class="fa fa-language fa-fw"></i> <%= __('Help us translating on %s', 'POEditor') %></a>
+ <a href="https://github.com/codimd/server/issues" target="_blank"><i class="fa fa-tag fa-fw"></i> <%= __('Report an issue') %></a>
+ <br>
+ <a href="https://translate.codimd.org" target="_blank"><i class="fa fa-language fa-fw"></i> <%= __('Help us translating') %></a>
</div>
</div>
<div class="panel panel-default">