Merge branch 'stable-2.8'
* stable-2.8: ChangeScreen2: Add query icon for project Increase diff font size to 9pt Add more detail about secondary indexing in the 2.8 release notes Add missing steps for daemon auto start/stop in install documentation Change-Id: Idc7577d17f8b1fb4150a1dade5f91bb17b548505
This commit is contained in:
@@ -24,7 +24,7 @@ import com.google.gwt.user.client.ui.Image;
|
||||
public class ProjectSearchLink extends InlineHyperlink {
|
||||
|
||||
public ProjectSearchLink(Project.NameKey projectName) {
|
||||
super(" ", PageLinks.toProjectDashboard(projectName, "default"));
|
||||
super(" ", PageLinks.toProjectDefaultDashboard(projectName));
|
||||
setTitle(Util.C.projectListQueryLink());
|
||||
final Image image = new Image(Gerrit.RESOURCES.queryIcon());
|
||||
DOM.insertBefore(getElement(), image.getElement(),
|
||||
|
||||
Reference in New Issue
Block a user