diff --git a/patchwork/templates/patchwork/partials/patch-list.html b/patchwork/templates/patchwork/partials/patch-list.html index a882cd9d8..18094ef75 100644 --- a/patchwork/templates/patchwork/partials/patch-list.html +++ b/patchwork/templates/patchwork/partials/patch-list.html @@ -85,6 +85,12 @@ {% endif %} +{% if user.is_authenticated and user.profile.show_ids %} + + Series ID + +{% endif %} + Series @@ -190,6 +196,15 @@ {{ patch.name|default:"[no subject]"|truncatechars:100 }} +{% if user.is_authenticated and user.profile.show_ids %} + +{% if patch.series %} + +{% endif %} + +{% endif %} {% if patch.series %}