mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
add help section in editor menu
GitOrigin-RevId: 45347dec29d35a601ec967efeb918302aef395d1
This commit is contained in:
parent
cbe22f5cc7
commit
154f1c9235
1 changed files with 9 additions and 1 deletions
|
@ -202,12 +202,20 @@ aside#left-menu.full-size(
|
|||
each image in allowedImageNames
|
||||
option(value=image.imageName) #{image.imageDesc}
|
||||
|
||||
h4 #{translate("hotkeys")}
|
||||
h4 #{translate("help")}
|
||||
ul.list-unstyled.nav
|
||||
li(ng-controller="HotkeysController")
|
||||
a(ng-click="openHotkeysModal()")
|
||||
i.fa.fa-keyboard-o.fa-fw
|
||||
| #{translate("show_hotkeys")}
|
||||
li
|
||||
a(href='/learn', target="_blank")
|
||||
i.fa.fa-book.fa-fw
|
||||
| #{translate('documentation')}
|
||||
li
|
||||
a(ng-controller="ContactModal", ng-click="contactUsModal()")
|
||||
i.fa.fa-question.fa-fw
|
||||
| #{translate("contact_us")}
|
||||
|
||||
#left-menu-mask(
|
||||
ng-show="ui.leftMenuShown",
|
||||
|
|
Loading…
Reference in a new issue