aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBonfaceKilz2020-12-03 00:12:04 +0300
committerBonfaceKilz2020-12-03 01:36:47 +0300
commit1cf0edb0719e4cf1c8410d8a910b199bb10180ef (patch)
tree37c8d1d7c9a8cd2791035f270af221147436a2f8
parente75056aa81c9d66379a3b4823ded69f0781c5374 (diff)
downloadgenenetwork2-1cf0edb0719e4cf1c8410d8a910b199bb10180ef.tar.gz
Remove edit button in environments page
* wqflask/wqflask/templates/environment.html: Delete edit button. The dependency file is autogenerated from guix.
-rw-r--r--wqflask/wqflask/templates/environment.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/wqflask/wqflask/templates/environment.html b/wqflask/wqflask/templates/environment.html
index 94b31464..34ebf36e 100644
--- a/wqflask/wqflask/templates/environment.html
+++ b/wqflask/wqflask/templates/environment.html
@@ -8,14 +8,6 @@
{% block content %}
- <div class="github-btn-container">
- <div class="github-btn ">
- <a href="https://github.com/genenetwork/gn-docs">
- Edit Text
- <img src="/static/images/edit.png">
- </a>
- </div>
-</div>
<div id="markdown" class="container">
<div class="cls-table-style">{{ rendered_markdown|safe }} </div>