From 5ac3874ce961bbd7e24801b209334a9baec594ca Mon Sep 17 00:00:00 2001 From: Lars Eggert Date: Fri, 21 Oct 2022 19:04:10 +0300 Subject: [PATCH] fix: Format NomCom feedback table per suggestion of @richsalz (#4625) Also makes table header alignment the same as for columns, site-wide. Fixes #4529 --- ietf/static/js/list.js | 7 +++---- ietf/templates/nomcom/private_index.html | 8 +++----- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/ietf/static/js/list.js b/ietf/static/js/list.js index 88b7125a8..df0694601 100644 --- a/ietf/static/js/list.js +++ b/ietf/static/js/list.js @@ -86,10 +86,9 @@ $(document) $(header_row) .children("[data-sort]") .addClass("sort"); - // $(header_row) - // .children("th, td") - // .wrapInner(''); - // // .each((i, e) => field_magic(i, e, fields)); + $(header_row) + .children("th, td") + .each((i, e) => field_magic(i, e, fields)); if ($(header_row) .text() diff --git a/ietf/templates/nomcom/private_index.html b/ietf/templates/nomcom/private_index.html index 2b3859269..6f64a0ff7 100644 --- a/ietf/templates/nomcom/private_index.html +++ b/ietf/templates/nomcom/private_index.html @@ -8,7 +8,7 @@ {% block nomcom_content %} {% origin %}

Nomination status

- +
@@ -156,7 +156,7 @@ {% endif %} -
Position + Nominee @@ -194,9 +194,7 @@ {{ np.nominee.email.name_and_email }} - - - View feedback