Add Front chat widget.

This commit is contained in:
Paulo Reis 2018-02-19 16:34:24 +00:00 committed by James Allen
parent b19f7a6ea3
commit ef119402cf
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,4 @@
- if (settings.overleaf && settings.front.chat_room_id != null)
script.
window.FCSP = '#{settings.front.chat_room_id}';
script(src="https://chat-assets.frontapp.com/v1/chat.bundle.js")

View file

@ -86,3 +86,5 @@ block content
include ./list/empty-project-list
include ./list/modals
include front-chat