Add frontend to show message edit history.

Fixes #268.

Modified significantly by tabbott to:
* improve code cleanliness / repetition
* add missing translation tags
* move code into message_edit.js
* correspond with the new backend.
* not display the option for messages only topic-edited
This commit is contained in:
Kartik Maji
2017-02-19 17:37:58 -08:00
committed by Tim Abbott
parent 0cf6c292d8
commit 1a697b6e02
9 changed files with 135 additions and 0 deletions

View File

@@ -76,6 +76,7 @@ class TemplateTestCase(ZulipTestCase):
'zerver/stream_creation_prompt.html',
'zerver/subscriptions.html',
'zerver/tutorial_finale.html',
'zerver/message_history.html',
]
unusual = [
'confirmation/mituser_confirmation_email_body.txt',