Doh

[?]
Nov 5, 2013, 1:46 PM
WNQRX7QB6UTDYRZ3MYHOFKD65RSD4XP5TDDELAUDAU2QOA53LYNQC

Dependencies

  • [2] D5QIOJGP * Move everything up one directory.

Change contents

  • file addition: dashboard-my-jobs-tab.tt (----------)
    [2.1486]
    [% PROCESS common.tt %]
    [% IF builds.size == 0 %]
    <div class="alert alert-warning">You are not the maintainer of any
    job. You can become a maintainer by setting the
    <tt>meta.maintainer</tt> field of a job to <tt>[%
    HTML.escape(user.emailaddress) %]</tt>.</div>
    [% ELSE %]
    <p>Below is the most recent build of every job of which you
    (<tt>[% HTML.escape(user.emailaddress) %]</tt>) are a maintainer.</p>
    [% INCLUDE renderBuildList %]
    [% END %]