Merge "Re-arrange info at footer of Gerrit web UI pages."

This commit is contained in:
Edwin Kempin 2014-07-10 08:21:10 +00:00 committed by Gerrit Code Review
commit 8c70bfa235

View File

@ -461,8 +461,6 @@ public class Gerrit implements EntryPoint {
vs = "dev";
}
btmmenu.add(new InlineLabel(C.keyHelp()));
btmmenu.add(new InlineLabel(" | "));
btmmenu.add(new InlineHTML(M.poweredBy(vs)));
final String reportBugText = getConfig().getReportBugText();
@ -473,6 +471,8 @@ public class Gerrit implements EntryPoint {
a.setStyleName("");
btmmenu.add(new InlineLabel(" | "));
btmmenu.add(a);
btmmenu.add(new InlineLabel(" | "));
btmmenu.add(new InlineLabel(C.keyHelp()));
}
private void onModuleLoad2(HostPageData hpd) {