diff options
author | Alexander_Kabui | 2024-09-12 21:12:08 +0300 |
---|---|---|
committer | Alexander_Kabui | 2024-09-12 21:12:08 +0300 |
commit | 28b113fc942904ea7c125dfef94e9c3dee24973d (patch) | |
tree | 9affd788004d9ea953533398e95a9be3ce080f81 /gn2 | |
parent | 5acb80117c002b72dc591e0ce0c3083a2695bf0a (diff) | |
download | genenetwork2-28b113fc942904ea7c125dfef94e9c3dee24973d.tar.gz |
Integrate gn editor for files.
Diffstat (limited to 'gn2')
-rw-r--r-- | gn2/wqflask/templates/facilities.html | 4 | ||||
-rw-r--r-- | gn2/wqflask/templates/glossary.html | 2 | ||||
-rw-r--r-- | gn2/wqflask/templates/links.html | 4 | ||||
-rw-r--r-- | gn2/wqflask/templates/news.html | 2 | ||||
-rw-r--r-- | gn2/wqflask/templates/policies.html | 4 | ||||
-rw-r--r-- | gn2/wqflask/templates/references.html | 4 | ||||
-rw-r--r-- | gn2/wqflask/templates/search-syntax.html | 4 |
7 files changed, 12 insertions, 12 deletions
diff --git a/gn2/wqflask/templates/facilities.html b/gn2/wqflask/templates/facilities.html index 56b127f9..ee4c84db 100644 --- a/gn2/wqflask/templates/facilities.html +++ b/gn2/wqflask/templates/facilities.html @@ -10,7 +10,7 @@ <div class="github-btn-container"> <div class="github-btn"> - <a href="https://github.com/genenetwork/gn-docs/blob/master/general/help/facilities.md"> + <a href="/editor/edit?file-path=general/help/facilities.md"> Edit Text <img src="/static/images/edit.png"> </a> @@ -21,4 +21,4 @@ </div> -{% endblock %}
\ No newline at end of file +{% endblock %} diff --git a/gn2/wqflask/templates/glossary.html b/gn2/wqflask/templates/glossary.html index aaee7c5a..4922d39e 100644 --- a/gn2/wqflask/templates/glossary.html +++ b/gn2/wqflask/templates/glossary.html @@ -10,7 +10,7 @@ <div class="github-btn-container"> <div class="github-btn"> - <a href="https://github.com/genenetwork/gn-docs/blob/master/general/glossary/glossary.md"> + <a href="/editor/edit?file-path=general/glossary/glossary.md"> Edit Text <img src="/static/images/edit.png"> </a> diff --git a/gn2/wqflask/templates/links.html b/gn2/wqflask/templates/links.html index 6e91adae..c5b040e1 100644 --- a/gn2/wqflask/templates/links.html +++ b/gn2/wqflask/templates/links.html @@ -10,7 +10,7 @@ <div class="github-btn-container"> <div class="github-btn "> - <a href="https://github.com/genenetwork/gn-docs/blob/master/general/links/links.md"> + <a href="/editor/edit/file-path=general/links/links.md"> Edit Text <img src="/static/images/edit.png"> </a> @@ -21,4 +21,4 @@ {{ rendered_markdown|safe }} </div> -{% endblock %}
\ No newline at end of file +{% endblock %} diff --git a/gn2/wqflask/templates/news.html b/gn2/wqflask/templates/news.html index a615564b..df8e02ef 100644 --- a/gn2/wqflask/templates/news.html +++ b/gn2/wqflask/templates/news.html @@ -10,7 +10,7 @@ <div class="github-btn-container"> <div class="github-btn"> - <a href="https://github.com/genenetwork/gn-docs/blob/master/general/news/news.md"> + <a href="/editor/edit?file-path=general/news/news.md"> Edit Text <img src="/static/images/edit.png"> </a> diff --git a/gn2/wqflask/templates/policies.html b/gn2/wqflask/templates/policies.html index e36c9e08..d7b0e3f9 100644 --- a/gn2/wqflask/templates/policies.html +++ b/gn2/wqflask/templates/policies.html @@ -10,7 +10,7 @@ <div class="github-btn-container"> <div class="github-btn "> - <a href="https://github.com/genenetwork/gn-docs/blob/master/general/policies/policies.md"> + <a href="/editor/edit?file-path=general/policies/policies.md"> Edit Text <img src="/static/images/edit.png"> </a> @@ -20,4 +20,4 @@ {{ rendered_markdown|safe }} </div> -{% endblock %}
\ No newline at end of file +{% endblock %} diff --git a/gn2/wqflask/templates/references.html b/gn2/wqflask/templates/references.html index 04e60361..d858e10f 100644 --- a/gn2/wqflask/templates/references.html +++ b/gn2/wqflask/templates/references.html @@ -6,7 +6,7 @@ {% block content %} <div class="github-btn-container"> <div class="github-btn"> - <a href="https://github.com/genenetwork/gn-docs/blob/master/general/references/references.md"> + <a href="/editor/edit?file-path=general/references/references.md"> Edit Text <img src="/static/images/edit.png"> </a> @@ -16,4 +16,4 @@ {{ rendered_markdown|safe }} </div> -{% endblock %}
\ No newline at end of file +{% endblock %} diff --git a/gn2/wqflask/templates/search-syntax.html b/gn2/wqflask/templates/search-syntax.html index 52538826..e4ab7907 100644 --- a/gn2/wqflask/templates/search-syntax.html +++ b/gn2/wqflask/templates/search-syntax.html @@ -10,7 +10,7 @@ <div class="github-btn-container"> <div class="github-btn"> - <a href="https://github.com/genenetwork/gn-docs/blob/master/general/search/xapian_syntax.md"> + <a href="/editor/edit?file-path=general/search/xapian_syntax.md"> Edit Text <img src="/static/images/edit.png"> </a> @@ -21,4 +21,4 @@ </div> -{% endblock %}
\ No newline at end of file +{% endblock %} |