mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-05 18:53:19 +00:00
Fix alignment in left menu
This commit is contained in:
parent
3ca04e25fd
commit
cfb3969b88
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ aside#left-menu.full-size(
|
|||
ng-click="openCloneProjectModal()"
|
||||
)
|
||||
i.fa.fa-fw.fa-copy
|
||||
| #{translate("copy_project")}
|
||||
| #{translate("copy_project")}
|
||||
li(ng-controller="TemplatesController", ng-show="permissions.admin")
|
||||
a(ng-click="openPublishTemplateModal()")
|
||||
i.fa.fa-external-link.fa-fw
|
||||
|
|
Loading…
Reference in a new issue