From 228b4966621e5aa1086fa142db8b32db8af674b7 Mon Sep 17 00:00:00 2001 From: Lars Eggert Date: Thu, 8 Sep 2022 16:57:19 +0300 Subject: [PATCH] ui: Add table dividers (#4417) * ui: Add table dividers And add some ­ hyphens while we're here. * Remove ­ --- ietf/templates/nomcom/private_index.html | 4 ++-- ietf/templates/stats/review_stats.html | 22 +++++++++------------- 2 files changed, 11 insertions(+), 15 deletions(-) diff --git a/ietf/templates/nomcom/private_index.html b/ietf/templates/nomcom/private_index.html index 4d9fd0add..195d027c0 100644 --- a/ietf/templates/nomcom/private_index.html +++ b/ietf/templates/nomcom/private_index.html @@ -25,7 +25,7 @@ {% if stats %} - + {% for item in stats %} {{ item.position__name }} @@ -43,7 +43,7 @@ {% endfor %} {% endif %} - + Totals {{ totals.open }} diff --git a/ietf/templates/stats/review_stats.html b/ietf/templates/stats/review_stats.html index 8cf43a9f2..0dbbcd835 100644 --- a/ietf/templates/stats/review_stats.html +++ b/ietf/templates/stats/review_stats.html @@ -175,10 +175,10 @@ {% for row in data %} - {% if forloop.first %}{% endif %} - {% if forloop.last %}{% endif %} + {% if forloop.first %}{% endif %} + {% if forloop.last %}{% endif %} - {{ row.obj }} + {% if forloop.last %}{% else %}{% endif %}{{ row.obj }}{% if forloop.last %}{% else %}{% endif %} {{ row.open_in_time }} {{ row.open_late }} {{ row.completed_in_time }} @@ -219,12 +219,10 @@ {% for row in data %} - {% if forloop.first %}{% endif %} - {% if forloop.last %}{% endif %} + {% if forloop.first %}{% endif %} + {% if forloop.last %}{% endif %} - - {{ row.obj }} - + {% if forloop.last %}{% else %}{% endif %}{{ row.obj }}{% if forloop.last %}{% else %}{% endif %} {% for c in row.result_list %} {{ c }} @@ -256,12 +254,10 @@ {% for row in data %} - {% if forloop.first %}{% endif %} - {% if forloop.last %}{% endif %} + {% if forloop.first %}{% endif %} + {% if forloop.last %}{% endif %} - - {{ row.obj }} - + {% if forloop.last %}{% else %}{% endif %}{{ row.obj }}{% if forloop.last %}{% else %}{% endif %} {% for c in row.state_list %} {{ c }}