diff options
author | Tilman Vatteroth | 2020-11-15 20:12:22 +0100 |
---|---|---|
committer | Tilman Vatteroth | 2020-11-15 20:12:39 +0100 |
commit | cdc5a89cd7a9d1c3cf3468e79620ac346f806874 (patch) | |
tree | 3c6531787e78a05fd9afd50c7ab752c7aec02f7e /public | |
parent | d10c13e842bb1ecb3fb91a130281bab1583ba5ab (diff) |
apply review suggestions
Diffstat (limited to 'public')
-rw-r--r-- | public/icons/html_code.html | 0 | ||||
-rw-r--r-- | public/icons/site.webmanifest | 2 | ||||
-rw-r--r-- | public/views/hedgedoc.ejs | 1 | ||||
-rw-r--r-- | public/views/hedgedoc/footer.ejs | 0 | ||||
-rw-r--r-- | public/views/includes/favicon.ejs | 2 | ||||
-rw-r--r-- | public/views/index/body.ejs | 2 | ||||
-rw-r--r-- | public/views/shared/help-modal.ejs | 2 |
7 files changed, 4 insertions, 5 deletions
diff --git a/public/icons/html_code.html b/public/icons/html_code.html deleted file mode 100644 index e69de29b..00000000 --- a/public/icons/html_code.html +++ /dev/null diff --git a/public/icons/site.webmanifest b/public/icons/site.webmanifest index a3d61782..adbd7a98 100644 --- a/public/icons/site.webmanifest +++ b/public/icons/site.webmanifest @@ -13,6 +13,6 @@ "type": "image/png" } ], - "theme_color": "#303030", + "theme_color": "#b51f08", "background_color": "#303030" } diff --git a/public/views/hedgedoc.ejs b/public/views/hedgedoc.ejs index 1a6061ab..cfedb2b5 100644 --- a/public/views/hedgedoc.ejs +++ b/public/views/hedgedoc.ejs @@ -8,7 +8,6 @@ <body> <%- include hedgedoc/header %> <%- include hedgedoc/body %> - <%- include hedgedoc/footer %> <%- include hedgedoc/foot %> </body> diff --git a/public/views/hedgedoc/footer.ejs b/public/views/hedgedoc/footer.ejs deleted file mode 100644 index e69de29b..00000000 --- a/public/views/hedgedoc/footer.ejs +++ /dev/null diff --git a/public/views/includes/favicon.ejs b/public/views/includes/favicon.ejs index 14b963fe..1cc8edb5 100644 --- a/public/views/includes/favicon.ejs +++ b/public/views/includes/favicon.ejs @@ -8,4 +8,4 @@ <meta name="application-name" content="HedgeDoc - <%= __('Collaborative markdown notes') %>"> <meta name="msapplication-TileColor" content="#b51f08"> <meta name="msapplication-config" content="<%- serverURL %>/icons/browserconfig.xml"> -<meta name="theme-color" content="#303030"> +<meta name="theme-color" content="#b51f08"> diff --git a/public/views/index/body.ejs b/public/views/index/body.ejs index cb96e628..6176cb6e 100644 --- a/public/views/index/body.ejs +++ b/public/views/index/body.ejs @@ -45,7 +45,7 @@ <%= __('Best way to write and share your knowledge in markdown.') %> </p> <span class="alert alert-info" style="display: inline-block;"> - CodiMD was renamed to HedgeDoc. <a href="https://hedgedoc.github.io/history/" rel="noopener noreferrer" target="_blank" class="text-danger">Read more</a> + CodiMD was renamed to HedgeDoc. <a href="https://hedgedoc.org/history/" rel="noopener noreferrer" target="_blank" class="text-danger">Read more</a> </span> <% if (infoMessage && infoMessage.length > 0) { %> <div class="alert alert-info" style="max-width: 400px; margin: 0 auto;"><%= infoMessage %></div> diff --git a/public/views/shared/help-modal.ejs b/public/views/shared/help-modal.ejs index 29872ee7..7ffee93a 100644 --- a/public/views/shared/help-modal.ejs +++ b/public/views/shared/help-modal.ejs @@ -17,7 +17,7 @@ <div class="panel-body"> <a href="https://community.hedgedoc.org" target="_blank"><i class="fa fa-users fa-fw"></i> <%= __('Join the community') %></a> <br> - <a href="https://matrix.to/#/#hedgedoc:matrix.org" target="_blank"><i class="fa fa-hashtag fa-fw"></i> <%= __('Meet us on %s', 'Matrix') %></a> + <a href="https://chat.hedgedoc.org" target="_blank"><i class="fa fa-hashtag fa-fw"></i> <%= __('Meet us on %s', 'Matrix') %></a> <br> <a href="https://github.com/hedgedoc/hedgedoc/issues" target="_blank"><i class="fa fa-tag fa-fw"></i> <%= __('Report an issue') %></a> <br> |