diff options
-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> |