Merge pull request #3720 from tsiegleauq/conversations_hook
add template hook in user div
This commit is contained in:
commit
08b89858c6
@ -40,6 +40,8 @@
|
|||||||
<div class="btn-group">
|
<div class="btn-group">
|
||||||
<div ng-if="operator.isAuthenticated()">
|
<div ng-if="operator.isAuthenticated()">
|
||||||
|
|
||||||
|
<template-hook hook-name="indexHeaderAdditionalOptions"></template-hook>
|
||||||
|
|
||||||
<!-- chatbox -->
|
<!-- chatbox -->
|
||||||
<div ng-controller="ChatMessageCtrl" os-perms="core.can_use_chat" class="inline">
|
<div ng-controller="ChatMessageCtrl" os-perms="core.can_use_chat" class="inline">
|
||||||
<a href ng-click="openChatbox()" class="headerlink"
|
<a href ng-click="openChatbox()" class="headerlink"
|
||||||
|
Loading…
Reference in New Issue
Block a user