mirror of
https://github.com/zulip/zulip.git
synced 2026-07-06 21:18:58 +08:00
compose: Fix missing audio call button.
This was removed in a misresolved merge conflict in82ca794f94. Also added the wrapper elements from953f026487to ensure preview works.
This commit is contained in:
parent
0e5c6ec5b9
commit
c12c2dcfd0
@ -7,6 +7,9 @@
|
||||
{{/if}}
|
||||
<a role="button" class="markdown_preview compose_control_button fa fa-eye" aria-label="{{t 'Preview' }}" tabindex=0 data-tippy-content="{{t 'Preview' }}"></a>
|
||||
<a role="button" class="undo_markdown_preview compose_control_button fa fa-edit" aria-label="{{t 'Write' }}" tabindex=0 style="display:none;" data-tippy-content="{{t 'Write' }}"></a>
|
||||
<div class="compose_control_button_container preview_mode_disabled" data-tippy-content="{{t 'Add audio call' }}">
|
||||
<a role="button" class="compose_control_button fa fa-phone audio_link" aria-label="{{t 'Add audio call' }}" tabindex=0></a>
|
||||
</div>
|
||||
<div class="compose_control_button_container preview_mode_disabled" data-tippy-content="{{t 'Add video call' }}">
|
||||
<a role="button" class="compose_control_button fa fa-video-camera video_link" aria-label="{{t 'Add video call' }}" tabindex=0></a>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user