Commit cf44f00b authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 367894: Missing separator after the "Sanity Check" link in the footer when…

Bug 367894: Missing separator after the "Sanity Check" link in the footer when the user has editcomponents privs only - Patch by Fré©ric Buclin <LpSolit@gmail.com> r=myk a=LpSolit
parent f89fdca1
......@@ -51,6 +51,7 @@
[% END %]
[% IF user.groups.editcomponents %]
<li><span class="separator">[% sep %]</span><a href="sanitycheck.cgi">Sanity Check</a></li>
[% sep = "| " %]
[% END %]
[% IF user.groups.editusers || user.can_bless %]
<li><span class="separator">[% sep %]</span><a href="editusers.cgi">Users</a></li>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment