Merge branch 'master-redesign' of https://github.com/sharelatex/web-sharelatex into master-redesign

This commit is contained in:
Henry Oswald 2014-07-15 12:15:15 +01:00
commit ef4b7f7036
2 changed files with 10 additions and 10 deletions

View file

@ -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

View file

@ -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