Merge branch 'hotfix/21.56.9' into master
[gitter.git] / public / js / views / people / tmpl / userPopoverFooterView.hbs
blob13c780b74435fc401abfb79625453045a962e1b3
1 {{#if removable}}
2   <button class="trpBtnRed trpButtonSmall" id="button-remove">
3     Remove
4   </button>
5 {{/if}}
6 {{#if mentionable}}
7   <button class="trpBtnLightGrey trpButtonSmall" id="button-mention">
8     Mention
9   </button>
10   {{#if profile}}
11   <a href="{{profile}}" target="_blank" class="trpBtnLightGrey trpButtonSmall open-profile">Open Profile</a>
12   {{/if}}
13 {{/if}}
14 {{#if chatPrivately}}
15   <button class="trpBtnGreen trpButtonSmall" id="button-onetoone">
16     Chat Privately
17   </button>
18 {{/if}}
19 {{#if chatPrivatelyMatrixDm}}
20   <button class="trpBtnGreen trpButtonSmall" id="button-matrix-dm">
21     Chat Privately
22   </button>
23 {{/if}}