From 6853d0398ac2c12ec6ab278f96df50d893775820 Mon Sep 17 00:00:00 2001 From: Rob Vermaas Date: Thu, 12 Apr 2012 21:41:31 +0200 Subject: [PATCH] Move 'clone build' and 'restart build' to top menu --- src/root/topbar.tt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/root/topbar.tt b/src/root/topbar.tt index c41239d5..c8dbfc16 100644 --- a/src/root/topbar.tt +++ b/src/root/topbar.tt @@ -110,6 +110,13 @@ [% INCLUDE makeLink uri = '#' title = "Related builds" %] +
  • + [% INCLUDE makeLink + uri = c.uri_for('/build' build.id 'clone') + title = "Clone build" %] + [% INCLUDE makeLink + uri = '#' + title = "Restart build" %] [% END %] [% END %]