1
0
mirror of https://github.com/S2-/gitlit synced 2025-08-03 12:50:04 +02:00

show current repo

This commit is contained in:
s2
2018-05-19 22:31:13 +02:00
parent b039540e9f
commit bc5a494918
4 changed files with 17 additions and 7 deletions

View File

@@ -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>