diff options
author | BonfaceKilz | 2022-06-15 14:44:19 +0300 |
---|---|---|
committer | BonfaceKilz | 2022-06-15 14:48:53 +0300 |
commit | 9e6e76e53c6c4664265e9040c05944237e052d93 (patch) | |
tree | 894ee3d797b281f310e07c10e8b6f6bd2532d83c | |
parent | 07966b33fca5508c388c29a0f30d539fbc1af9e1 (diff) | |
download | genenetwork2-9e6e76e53c6c4664265e9040c05944237e052d93.tar.gz |
templates: base: Update GN2 footer
* wqflask/wqflask/templates/base: Remove links to non-functioning
mailing list. Remove link to "#genenetwork" channel that isn't currently
owned/moderated.
Co-authored-by: Ethan Willis <elwillis1@gmail.com>
-rw-r--r-- | wqflask/wqflask/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/base.html b/wqflask/wqflask/templates/base.html index 9b75b452..46112891 100644 --- a/wqflask/wqflask/templates/base.html +++ b/wqflask/wqflask/templates/base.html @@ -213,7 +213,7 @@ <a href="http://joss.theoj.org/papers/10.21105/joss.00025"><img src="https://camo.githubusercontent.com/846b750f582ae8f1d0b4f7e8fee78bed705c88ba/687474703a2f2f6a6f73732e7468656f6a2e6f72672f7061706572732f31302e32313130352f6a6f73732e30303032352f7374617475732e737667" alt="JOSS" data-canonical-src="http://joss.theoj.org/papers/10.21105/joss.00025/status.svg" style="max-width:100%;"></a> </p> <p> - Development and source code on <a href="https://github.com/genenetwork/">github</a> with <a href="https://github.com/genenetwork/genenetwork2/issues">issue tracker</a> and <a href="https://github.com/genenetwork/genenetwork2/blob/master/README.md">documentation</a>. Join the <span class="broken_link" href="http://listserv.uthsc.edu/mailman/listinfo/genenetwork-dev">mailing list</span> and find us on <a href="https://webchat.freenode.net#genenetwork">IRC</a> (#genenetwork channel). + Development and source code on <a href="https://github.com/genenetwork/">github</a> with <a href="https://issues.genenetwork.org/">issue tracker</a> and <a href="https://github.com/genenetwork/genenetwork2/blob/master/README.md">documentation</a>. {% if version: %} <p><small>GeneNetwork {{ version }}</small></p> {% endif %} |