diff options
author | Alexander Kabui | 2020-11-27 13:33:47 +0300 |
---|---|---|
committer | Alexander Kabui | 2020-11-27 13:33:47 +0300 |
commit | a4842a8d54f891dcb59d29aa53a0e442f8f0e0c2 (patch) | |
tree | b788994c7602f14950b77bd8a572036997b52387 /wqflask | |
parent | 5c4a2727f013785c8818864c0520321ef8d60dce (diff) | |
download | genenetwork2-a4842a8d54f891dcb59d29aa53a0e442f8f0e0c2.tar.gz |
update to edit text in static templates
Diffstat (limited to 'wqflask')
-rw-r--r-- | wqflask/wqflask/templates/environment.html | 2 | ||||
-rw-r--r-- | wqflask/wqflask/templates/facilities.html | 2 | ||||
-rw-r--r-- | wqflask/wqflask/templates/glossary.html | 2 | ||||
-rw-r--r-- | wqflask/wqflask/templates/links.html | 2 | ||||
-rw-r--r-- | wqflask/wqflask/templates/policies.html | 2 | ||||
-rw-r--r-- | wqflask/wqflask/templates/references.html | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/wqflask/wqflask/templates/environment.html b/wqflask/wqflask/templates/environment.html index 183518a5..94b31464 100644 --- a/wqflask/wqflask/templates/environment.html +++ b/wqflask/wqflask/templates/environment.html @@ -11,7 +11,7 @@ <div class="github-btn-container"> <div class="github-btn "> <a href="https://github.com/genenetwork/gn-docs"> - Edit on Github inner + Edit Text <img src="/static/images/edit.png"> </a> </div> diff --git a/wqflask/wqflask/templates/facilities.html b/wqflask/wqflask/templates/facilities.html index 652746a7..a022b657 100644 --- a/wqflask/wqflask/templates/facilities.html +++ b/wqflask/wqflask/templates/facilities.html @@ -11,7 +11,7 @@ <div class="github-btn-container"> <div class="github-btn"> <a href="https://github.com/genenetwork/gn-docs"> - Edit on Github inner + Edit Text <img src="/static/images/edit.png"> </a> </div> diff --git a/wqflask/wqflask/templates/glossary.html b/wqflask/wqflask/templates/glossary.html index f536d977..752c4b12 100644 --- a/wqflask/wqflask/templates/glossary.html +++ b/wqflask/wqflask/templates/glossary.html @@ -11,7 +11,7 @@ <div class="github-btn-container"> <div class="github-btn"> <a href="https://github.com/genenetwork/gn-docs"> - Edit on Github inner + Edit Text <img src="/static/images/edit.png"> </a> </div> diff --git a/wqflask/wqflask/templates/links.html b/wqflask/wqflask/templates/links.html index cf524496..072e8429 100644 --- a/wqflask/wqflask/templates/links.html +++ b/wqflask/wqflask/templates/links.html @@ -11,7 +11,7 @@ <div class="github-btn-container"> <div class="github-btn "> <a href="https://github.com/genenetwork/gn-docs"> - Edit on Github inner + Edit Text <img src="/static/images/edit.png"> </a> </div> diff --git a/wqflask/wqflask/templates/policies.html b/wqflask/wqflask/templates/policies.html index 420493ad..4e0985d3 100644 --- a/wqflask/wqflask/templates/policies.html +++ b/wqflask/wqflask/templates/policies.html @@ -11,7 +11,7 @@ <div class="github-btn-container"> <div class="github-btn "> <a href="https://github.com/genenetwork/gn-docs"> - Edit on Github inner + Edit Text <img src="/static/images/edit.png"> </a> </div> diff --git a/wqflask/wqflask/templates/references.html b/wqflask/wqflask/templates/references.html index caf87244..f723a1e8 100644 --- a/wqflask/wqflask/templates/references.html +++ b/wqflask/wqflask/templates/references.html @@ -7,7 +7,7 @@ <div class="github-btn-container"> <div class="github-btn"> <a href="https://github.com/genenetwork/gn-docs"> - Edit on Github inner + Edit Text <img src="/static/images/edit.png"> </a> </div> |