mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Prompt the user to open a file on the left if no doc is open
This commit is contained in:
parent
887631e661
commit
35442f7ce9
1 changed files with 6 additions and 2 deletions
|
@ -10,8 +10,12 @@ div.full-size(
|
||||||
)
|
)
|
||||||
.ui-layout-center
|
.ui-layout-center
|
||||||
.loading-panel(ng-show="!editor.sharejs_doc || editor.opening")
|
.loading-panel(ng-show="!editor.sharejs_doc || editor.opening")
|
||||||
i.fa.fa-spin.fa-refresh
|
span(ng-show="editor.open_doc_id")
|
||||||
| #{translate("loading")}...
|
i.fa.fa-spin.fa-refresh
|
||||||
|
| #{translate("loading")}...
|
||||||
|
span(ng-show="!editor.open_doc_id")
|
||||||
|
i.fa.fa-arrow-left
|
||||||
|
| #{translate("open_a_file_on_the_left")}
|
||||||
|
|
||||||
#editor(
|
#editor(
|
||||||
ace-editor="editor",
|
ace-editor="editor",
|
||||||
|
|
Loading…
Reference in a new issue