diff options
author | Munyoki Kilyungi | 2024-04-30 13:00:07 +0300 |
---|---|---|
committer | BonfaceKilz | 2024-04-30 13:09:46 +0300 |
commit | 2bbcfaee98d594c767f8fac647e3e3dc0d39a338 (patch) | |
tree | a18819f5799b6cdf44e49ec947f3ddf65bc54f2c /gn2/wqflask/templates | |
parent | 7a09c0f60ee67b86f90d51cf3f1c2a2adc8df419 (diff) | |
download | genenetwork2-2bbcfaee98d594c767f8fac647e3e3dc0d39a338.tar.gz |
Point the history to the upstream git repository.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'gn2/wqflask/templates')
-rw-r--r-- | gn2/wqflask/templates/dataset.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gn2/wqflask/templates/dataset.html b/gn2/wqflask/templates/dataset.html index 32f17682..096a3724 100644 --- a/gn2/wqflask/templates/dataset.html +++ b/gn2/wqflask/templates/dataset.html @@ -85,6 +85,13 @@ {% else %} {{ name }} {% endif %} + <small> + <sup> + [ + <a href="https://git.genenetwork.org/gn-docs/log/general/datasets/{{ dataset.id.split('/')[-1] }}" target="_blank">History</a> + ] + </sup> + </small> </h1> </header> <div class="panel-about panel panel-info panel-metadata text-muted"> |