1
0
mirror of https://github.com/S2-/gitlit synced 2025-08-02 12:20:05 +02:00
Files
gitlit/app/templates/isNoGitLfsRepo.ejs
2019-06-20 10:17:28 +02:00

8 lines
292 B
Plaintext

<div class="alert alert-danger">
<%= repoDir %> is not a git lfs repo.
</div>
<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>