mirror of
https://github.com/S2-/gitlit
synced 2025-08-03 12:50:04 +02:00
show current repo
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
window.gitlit = window.gitlit || {};
|
||||
gitlit.templates = {
|
||||
main: ejs.compile(`
|
||||
<div class="alert alert-success js-repo-dir" style="display:none;"></div>
|
||||
<div class="files-table-container">
|
||||
<div class="alert alert-primary" role="alert">
|
||||
Getting file list...
|
||||
</div>
|
||||
</div>
|
||||
`),
|
||||
files: ejs.compile(`
|
||||
<table class="table table-striped sortable js-filestable">
|
||||
<tr>
|
||||
<th>file</th>
|
||||
|
Reference in New Issue
Block a user