mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge branch 'master-redesign' of https://github.com/sharelatex/web-sharelatex into master-redesign
This commit is contained in:
commit
ef4b7f7036
2 changed files with 10 additions and 10 deletions
|
@ -61,7 +61,7 @@ block content
|
||||||
include ./editor/track-changes
|
include ./editor/track-changes
|
||||||
|
|
||||||
.ui-layout-east
|
.ui-layout-east
|
||||||
include ./editor/chat
|
//- include ./editor/chat
|
||||||
|
|
||||||
script(type="text/ng-template", id="genericMessageModalTemplate")
|
script(type="text/ng-template", id="genericMessageModalTemplate")
|
||||||
.modal-header
|
.modal-header
|
||||||
|
|
|
@ -50,12 +50,12 @@ header.toolbar.toolbar-header(ng-cloak, ng-hide="state.loading")
|
||||||
tooltip-placement="bottom"
|
tooltip-placement="bottom"
|
||||||
)
|
)
|
||||||
i.fa.fa-fw.fa-history
|
i.fa.fa-fw.fa-history
|
||||||
a.btn.btn-full-height(
|
//- a.btn.btn-full-height(
|
||||||
href,
|
//- href,
|
||||||
tooltip="Chat",
|
//- tooltip="Chat",
|
||||||
tooltip-placement="bottom",
|
//- tooltip-placement="bottom",
|
||||||
ng-class="{ active: ui.chatOpen }",
|
//- ng-class="{ active: ui.chatOpen }",
|
||||||
ng-click="toggleChat()",
|
//- ng-click="toggleChat()",
|
||||||
ng-controller="ChatButtonController"
|
//- ng-controller="ChatButtonController"
|
||||||
)
|
//- )
|
||||||
i.fa.fa-fw.fa-comment
|
//- i.fa.fa-fw.fa-comment
|
Loading…
Reference in a new issue