mirror of
https://github.com/S2-/gitlit
synced 2025-08-03 12:50:04 +02:00
handle no git repo case
This commit is contained in:
@@ -38,5 +38,10 @@ gitlit.templates = {
|
||||
Refresh
|
||||
</a>
|
||||
</div>
|
||||
`)
|
||||
`),
|
||||
isNoGitLfsRepo: ejs.compile(`
|
||||
<div class="alert alert-danger">
|
||||
<%= repoDir %> is not a git lfs repo.
|
||||
</div>
|
||||
`)
|
||||
};
|
||||
|
Reference in New Issue
Block a user