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

Andrea Scarpino andrea at archlinux.org
Tue Nov 15 15:59:44 EST 2011


---
 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>
-- 
1.7.7.3



More information about the arch-projects mailing list