aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMunyoki Kilyungi2024-09-03 16:40:46 +0300
committerBonfaceKilz2024-09-05 16:41:17 +0300
commit62098c586569218f4ee749b1188c03f7d9dda396 (patch)
treeec7b4086e093845189490e24e622d30ef36bbde9
parent48f76631dfd75a2c2a6ed739854461146b2184bc (diff)
downloadgenenetwork2-62098c586569218f4ee749b1188c03f7d9dda396.tar.gz
Add history button.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
-rw-r--r--gn2/wqflask/templates/wiki/genewiki.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/gn2/wqflask/templates/wiki/genewiki.html b/gn2/wqflask/templates/wiki/genewiki.html
index 496f5e28..41fa97df 100644
--- a/gn2/wqflask/templates/wiki/genewiki.html
+++ b/gn2/wqflask/templates/wiki/genewiki.html
@@ -19,6 +19,7 @@
{% if entry.get("web_url") %}
<sup> <small> <a href = "{{ entry.web_url }}" target = "_blank"> <span class = "glyphicon glyphicon-globe" aria-hidden = "true"></span>web</a></small></sup>
{% endif %}
+ <sup><small>[<a href="/genewiki/{{ entry.id }}/history" target="_blank">history</a>]</small></sup>
</li>
{% endfor %}
</ol>