[arch-projects] [PATCH] Display a message when there are no signoff

Andrea Scarpino andrea at archlinux.org
Tue Nov 15 16:01:45 EST 2011


On Tuesday 15 November 2011 21:59:44 Andrea Scarpino wrote:
> ---
>  templates/devel/index.html |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/templates/devel/index.html b/templates/devel/index.html
> index 06cf10a..ab43d31 100644
> --- a/templates/devel/index.html
> +++ b/templates/devel/index.html
> @@ -133,6 +133,8 @@
>                      {% endfor %}
>                  </ul></td>
>              </tr>
> +            {% empty %}
> +            <tr class="empty"><td colspan="3"><em>No packages need
> signoff</em></td></tr> {% endfor %}
>          </tbody>
>      </table>
Sorry for the missing text.

This adds a text message when no signoff are needed, also it separates the 
signoff area from the developer reports.

-- 
Andrea


More information about the arch-projects mailing list