aboutsummaryrefslogtreecommitdiff
path: root/gn2
diff options
context:
space:
mode:
authorMunyoki Kilyungi2024-03-26 13:31:26 +0300
committerBonfaceKilz2024-04-02 13:55:15 +0300
commitf1f25ae3811e8aad771996de4e48881adf66a2cc (patch)
tree258dd00b392c842457a884417672c33155ca4cb5 /gn2
parentaabf792b5bbc78a954a2ddcb4314699c635b94f4 (diff)
downloadgenenetwork2-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.html9
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>
+ [&nbsp;
+ <a href="" target="_blank">
+ View history
+ </a>
+ &nbsp;]
+ </sup>
+ </small>
</h1>
</header>