From 383bc628039f9752715a7544ee7605aae77c4f1c Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 3 Oct 2013 19:43:21 +0200 Subject: [PATCH] Restore link to clearvcscache --- src/root/topbar.tt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/root/topbar.tt b/src/root/topbar.tt index 9899a37b..af539ffa 100644 --- a/src/root/topbar.tt +++ b/src/root/topbar.tt @@ -94,6 +94,11 @@ title = "Clear all non-running old builds from queue" confirmmsg = "Are you sure you want to clear the queue?" class = "" %] + [% INCLUDE menuItem + uri = c.uri_for(c.controller('Admin').action_for('clearvcscache')) + title = "Clear VCS caches" + confirmmsg = "Are you sure you want to clear the VCS cache?" + class = "" %] [% END %] [% END %]