diff options
author | Munyoki Kilyungi | 2024-03-26 13:31:26 +0300 |
---|---|---|
committer | BonfaceKilz | 2024-04-02 13:55:15 +0300 |
commit | f1f25ae3811e8aad771996de4e48881adf66a2cc (patch) | |
tree | 258dd00b392c842457a884417672c33155ca4cb5 /gn2 | |
parent | aabf792b5bbc78a954a2ddcb4314699c635b94f4 (diff) | |
download | genenetwork2-f1f25ae3811e8aad771996de4e48881adf66a2cc.tar.gz |
Add a "View History" link.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'gn2')
-rw-r--r-- | gn2/wqflask/templates/dataset.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gn2/wqflask/templates/dataset.html b/gn2/wqflask/templates/dataset.html index 570401c9..63141aa3 100644 --- a/gn2/wqflask/templates/dataset.html +++ b/gn2/wqflask/templates/dataset.html @@ -84,6 +84,15 @@ {% else %} {{ name }} {% endif %} + <small> + <sup> + [ + <a href="" target="_blank"> + View history + </a> + ] + </sup> + </small> </h1> </header> |