Files
zulip/templates/zerver/message_history.html
2017-03-15 11:43:50 -07:00

15 lines
684 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<div class="modal hide" id="message-edit-history" tabindex="-1" role="dialog"
aria-labelledby="message-history-label" aria-hidden="true">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h3 id="message-history-label">{{ _('Message edit history') }}</h3>
</div>
<div class="modal-body">
<div id="message-history-error"></div>
<div class="controls" id="message-history"></div>
</div>
<div class="modal-footer">
<button class="btn btn-default" id="message-history-cancel" data-dismiss="modal" aria-hidden="true">{{ _("Close") }}</button>
</div>
</div>