mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-15 08:23:08 +00:00
New File => Folder in folder modal
This commit is contained in:
parent
661cfcb2c1
commit
05b078ec92
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ script(type='text/ng-template', id='newDocModalTemplate')
|
||||||
|
|
||||||
script(type='text/ng-template', id='newFolderModalTemplate')
|
script(type='text/ng-template', id='newFolderModalTemplate')
|
||||||
.modal-header
|
.modal-header
|
||||||
h3 New File
|
h3 New Folder
|
||||||
.modal-body
|
.modal-body
|
||||||
form(novalidate, name="newFolderForm")
|
form(novalidate, name="newFolderForm")
|
||||||
input.form-control(
|
input.form-control(
|
||||||
|
|
Loading…
Reference in a new issue