Remove the Build menu from the top bar

It's now a dropdown menu in the tabs thingy, which subsumes the
"Reproduce locally" button.  This makes the actions in the menu a bit
more visible, IMHO.
This commit is contained in:
Eelco Dolstra
2013-10-02 19:10:00 +02:00
parent f50477141d
commit a5cfae078e
4 changed files with 69 additions and 71 deletions

View File

@ -464,4 +464,10 @@ BLOCK makePopover %]
[% END;
BLOCK menuItem %]
<li class="[% IF "${root}${curUri}" == uri %]active[% END %]" [% IF confirmmsg %]onclick="javascript:return confirm('[% confirmmsg %]')"[% END %]>
<a href="[% uri %]" [% IF modal %]data-toggle="modal"[% END %]>[% title %]</a>
</li>
[% END;
%]