From 242072bbd64b30d27c25ac6130d874ee7132289f Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 15 Aug 2013 13:54:23 +0200 Subject: [PATCH] Hide the views tab for project that don't have them Views are obsolete (replaced by the declarative "aggregate" build mechanism) so we don't want people creating new ones. --- src/root/project.tt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/root/project.tt b/src/root/project.tt index 2e35ec8b..c98876e6 100644 --- a/src/root/project.tt +++ b/src/root/project.tt @@ -5,7 +5,9 @@
  • Jobsets
  • Configuration
  • Releases
  • -
  • Views
  • + [% IF views.size > 0 %] +
  • Views
  • + [% END %]