diff options
author | BonfaceKilz | 2020-12-03 00:12:04 +0300 |
---|---|---|
committer | BonfaceKilz | 2020-12-03 01:36:47 +0300 |
commit | 1cf0edb0719e4cf1c8410d8a910b199bb10180ef (patch) | |
tree | 37c8d1d7c9a8cd2791035f270af221147436a2f8 /wqflask | |
parent | e75056aa81c9d66379a3b4823ded69f0781c5374 (diff) | |
download | genenetwork2-1cf0edb0719e4cf1c8410d8a910b199bb10180ef.tar.gz |
Remove edit button in environments page
* wqflask/wqflask/templates/environment.html: Delete edit button. The
dependency file is autogenerated from guix.
Diffstat (limited to 'wqflask')
-rw-r--r-- | wqflask/wqflask/templates/environment.html | 8 |
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> |