fix missing git index view

This commit is contained in:
Sebastian Sdorra
2013-04-17 15:04:39 +02:00
parent d2f038b056
commit 6ea89373d6
2 changed files with 7 additions and 2 deletions

View File

@@ -80,7 +80,7 @@ public class GitRepositoryViewer
/** Field description */
public static final String RESOURCE_GITINDEX =
"/sonia/scm/git.index.mustache";
"sonia/scm/git.index.mustache";
/** Field description */
private static final int CHANGESET_PER_BRANCH = 10;