From 6b2ee8f7ac6b90a53480f2b51289221fb59d5bc0 Mon Sep 17 00:00:00 2001 From: John Nduli Date: Thu, 5 Sep 2024 02:06:31 +0300 Subject: feat: show edit button in view rif page --- gn2/wqflask/templates/wiki/genewiki.html | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) (limited to 'gn2/wqflask/templates/wiki') diff --git a/gn2/wqflask/templates/wiki/genewiki.html b/gn2/wqflask/templates/wiki/genewiki.html index 41fa97df..36aa41c1 100644 --- a/gn2/wqflask/templates/wiki/genewiki.html +++ b/gn2/wqflask/templates/wiki/genewiki.html @@ -12,14 +12,23 @@ GeneNetwork: {% if wiki %} -
    +
      {% for entry in wiki %} -
    1. - {{ entry.get("comment") }} - {% if entry.get("web_url") %} - web - {% endif %} - [history] +
    2. +
      +
      {{ loop.index }}.
      +
      + {{ entry.get("comment") }} + {% if entry.get("web_url") %} + web + {% endif %} +
      +
      + + + +
      + [history]
    3. {% endfor %}
    -- cgit v1.2.3