fixed wrong resource paths

This commit is contained in:
Sebastian Sdorra
2014-05-23 11:48:19 +02:00
parent d42307e8b0
commit fad82c9690
2 changed files with 2 additions and 2 deletions

View File

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