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

show open an other folder button if there are no tracked files

This commit is contained in:
s2
2019-06-20 10:59:46 +02:00
parent 6431183092
commit e994b98dcc
3 changed files with 6 additions and 4 deletions

View File

@@ -0,0 +1,4 @@
<div class="text-center">
<a class="btn btn-primary js-open-folder" href="javascript:///">Open an other folder</a>
<input type="file" style="display: none" class="js-open-folder-input" webkitdirectory />
</div>