aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Kabui2020-11-26 15:07:42 +0300
committerAlexander Kabui2020-11-26 15:07:42 +0300
commit2a346d94a978c8a7faf0d1435220816efc3c2c64 (patch)
treec634c35e58c4af8300c74f19e9437cdda2ab6f52
parent6ae545167f59b40ecd0cee2bebb1276b34fa7c5b (diff)
downloadgenenetwork2-2a346d94a978c8a7faf0d1435220816efc3c2c64.tar.gz
add edit button in glossary page
-rw-r--r--wqflask/wqflask/templates/glossary.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/wqflask/wqflask/templates/glossary.html b/wqflask/wqflask/templates/glossary.html
index 146c7e86..395bcfea 100644
--- a/wqflask/wqflask/templates/glossary.html
+++ b/wqflask/wqflask/templates/glossary.html
@@ -8,9 +8,11 @@
{% block content %}
+ <div class="github-btn">
+ <a href="https://github.com/genenetwork/gn-docs">Edit on Github</a>
+ </div>
<div id="markdown" class="container">
- <small>
- <a href="https://raw.githubusercontent.com/genenetwork/genenetwork2/wqflask/wqflask/static/glossary.md" target="_">[Edit on Github]</a></small>
+
{{ rendered_markdown|safe }}
</div>
{% endblock %}