[Patchew-devel] [PATCH 11/16] www: Add /my-queues page

Paolo Bonzini pbonzini at redhat.com
Fri Nov 23 14:46:47 UTC 2018


On 21/11/18 03:08, Fam Zheng wrote:
> +
> +    <div class="col-lg-10">
> +        {% for qn, msgs in queues.items %}
> +            <h3>Queue: {{ qn }} [{{ p }}]</h3>
> +            <ul class="panel" id="patches">
> +            {% for patch in msgs %}
> +                <li><a href="/{{ p }}/{{ patch.get_series_head.message_id }}/">
> +                  <span class="fa fa-lg {% if patch.has_replies %}fa-comment-o{% else %}fa-ellipsis-v{% endif %}"></span>
> +                  {{ patch.subject }}
> +                  </a></li>
> +            {% endfor %}
> +            </ul>
> +        {% endfor %}

Since this is actually per series, maybe we want to format it like the
series-list page?

Paolo




More information about the Patchew-devel mailing list