diff options
| author | Vincent Douillet <vincent@vdouillet.fr> | 2025-02-16 22:33:27 +0100 |
|---|---|---|
| committer | Vincent Douillet <vincent@vdouillet.fr> | 2026-03-12 23:01:01 +0100 |
| commit | 4d3dca2af0500bdca863355ac318d8f870158c2d (patch) | |
| tree | 64042c60855b4a8bad9e5770f914f063d102fa06 /template/browse_head.html | |
| parent | 63df5a853dc672f45cd95c9247d419e60812ba8e (diff) | |
create new folders
Diffstat (limited to 'template/browse_head.html')
| -rw-r--r-- | template/browse_head.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/template/browse_head.html b/template/browse_head.html index 6775012..8b53948 100644 --- a/template/browse_head.html +++ b/template/browse_head.html @@ -1,5 +1,8 @@ <h1><i class="fa-regular fa-folder-open"></i> Browsing</h1> -<a href="@@upload_url@@">Upload here</a> +<ul id="action-list"> + <li><a href="@@upload_url@@">Upload here</a></li> + <li><a href="@@create_url@@">Create folder here</a></li> +</ul> <hr /> <table id="file-list"> <thead> |
