about summary refs log tree commit diff
diff options
context:
space:
mode:
-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 %}