From 27b795f46e78fe031692833e4f2aabc90aabfdbb Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 5 Nov 2013 14:46:20 +0100 Subject: [PATCH] Doh --- src/root/dashboard-my-jobs-tab.tt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/root/dashboard-my-jobs-tab.tt 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 %]