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 %]