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 %] + +
You are not the maintainer of any + job. You can become a maintainer by setting the + meta.maintainer field of a job to [% + HTML.escape(user.emailaddress) %].
+ +[% ELSE %] + +

Below is the most recent build of every job of which you + ([% HTML.escape(user.emailaddress) %]) are a maintainer.

+ + [% INCLUDE renderBuildList %] + +[% END %]