mirror of
https://github.com/S2-/gitlit
synced 2025-08-03 12:50:04 +02:00
improve sort
This commit is contained in:
@@ -5,7 +5,7 @@ gitlit.templates = {
|
||||
<tr>
|
||||
<th>file</th>
|
||||
<th>status</th>
|
||||
<th>action</th>
|
||||
<th class="sorttable_nosort">action</th>
|
||||
</tr>
|
||||
|
||||
<% files.forEach((file) => { %>
|
||||
@@ -43,5 +43,10 @@ gitlit.templates = {
|
||||
<div class="alert alert-danger">
|
||||
<%= repoDir %> is not a git lfs repo.
|
||||
</div>
|
||||
`),
|
||||
noGitLfsFiles: ejs.compile(`
|
||||
<div class="alert alert-info">
|
||||
no files tracked with lfs here.
|
||||
</div>
|
||||
`)
|
||||
};
|
||||
|
Reference in New Issue
Block a user