| | |
| | | WicketUtils.setChangeTypeCssClass(changeType, entry.changeType);
|
| | | setChangeTypeTooltip(changeType, entry.changeType);
|
| | | item.add(changeType);
|
| | | item.add(new DiffStatPanel("diffStat", entry.insertions, entry.deletions, true));
|
| | |
|
| | | boolean hasSubmodule = false;
|
| | | String submodulePath = null;
|
| | |
| | | item.add(new LinkPanel("pathName", "list", displayPath, BlobDiffPage.class,
|
| | | WicketUtils.newPathParameter(repositoryName, currentPatchset.tip, path), true));
|
| | | }
|
| | | item.add(new DiffStatPanel("diffStat", entry.insertions, entry.deletions, true));
|
| | | }
|
| | |
|
| | | // quick links
|