diff options
author | zsloan | 2018-04-02 15:55:39 +0000 |
---|---|---|
committer | zsloan | 2018-04-02 15:55:39 +0000 |
commit | b17b78a46aec1ca515bfef7168232020cf09a151 (patch) | |
tree | 9da7fd6cca5afa535f9e3f2813828e858f355271 /wqflask | |
parent | 1f8430561fc542eaec2148361dde49beff4d3361 (diff) | |
download | genenetwork2-b17b78a46aec1ca515bfef7168232020cf09a151.tar.gz |
Just added link to staging branch to header bar
Diffstat (limited to 'wqflask')
-rw-r--r-- | wqflask/wqflask/templates/base.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/wqflask/wqflask/templates/base.html b/wqflask/wqflask/templates/base.html index 237a65f3..41bdaddc 100644 --- a/wqflask/wqflask/templates/base.html +++ b/wqflask/wqflask/templates/base.html @@ -77,6 +77,9 @@ {% endif %} </li> <li style="margin-left: 20px;"> + <a href="http://gn2-guix.genenetwork.org" style="font-weight: bold;" >Use Staging Branch</a> + </li> + <li style="margin-left: 20px;"> <a href="http://www.genenetwork.org" style="font-weight: bold;" >Use GeneNetwork 1</a> </li> </ul> |