diff --git a/src/root/dashboard-my-jobs-tab.tt b/src/root/dashboard-my-jobs-tab.tt new file mode 100644 index 00000000..9e15cd7d --- /dev/null +++ b/src/root/dashboard-my-jobs-tab.tt @@ -0,0 +1,17 @@ +[% PROCESS common.tt %] + +[% IF builds.size == 0 %] + +
Below is the most recent build of every job of which you + ([% HTML.escape(user.emailaddress) %]) are a maintainer.
+ + [% INCLUDE renderBuildList %] + +[% END %]