diff --git a/app/js/templates.js b/app/js/templates.js index ce278e26..a52d71ae 100644 --- a/app/js/templates.js +++ b/app/js/templates.js @@ -10,39 +10,42 @@ gitlit.templates = { `), files: ejs.compile(` - - - - - - - <% files.forEach((file) => { %> - - - - - - <% }); %> + + + + + + + + + <% files.forEach((file) => { %> + + + + + + <% }); %> +
filestatusaction
<%= file.file %><%= file.lockedBy ? file.lockedBy + ' (id: ' + file.id + ')' : 'not locked' %> - - Lock - - - Unlock - -
filestatusaction
<%= file.file %><%= file.lockedBy ? file.lockedBy + ' (id: ' + file.id + ')' : 'not locked' %> + + Lock + + + Unlock + +
- + Refresh
diff --git a/screenshot/main.png b/screenshot/main.png new file mode 100644 index 00000000..85d47fd2 Binary files /dev/null and b/screenshot/main.png differ