mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-05-08 19:22:57 +00:00
fix another bug
This commit is contained in:
parent
bd892593b8
commit
8affc3136f
@ -16,7 +16,7 @@
|
|||||||
<button id="upload">Upload <i class="fa fa-cloud-upload"></i></button>
|
<button id="upload">Upload <i class="fa fa-cloud-upload"></i></button>
|
||||||
<button class="default new">New <i class="fa fa-plus"></i></button>
|
<button class="default new">New <i class="fa fa-plus"></i></button>
|
||||||
<div id="new-file">
|
<div id="new-file">
|
||||||
Write the name of the new file.{{ if or (eq .User.Command "") (eq .User.Command "hugo") }} If you want to use an archetype, add ':archetype' in the end, replacing 'archetype' by its name.{{ end }}
|
Write the name of the new file. If you want to use an archetype, add ':archetype' in the end, replacing 'archetype' by its name.
|
||||||
<input id="new-file-name" type="text">
|
<input id="new-file-name" type="text">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user