mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-02 19:45:51 +01:00
fixed wrong resource paths
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user