mirror of https://github.com/zulip/zulip.git
7 lines
151 B
Handlebars
7 lines
151 B
Handlebars
|
<div>
|
||
|
<div>{{edited_notice_str}}</div>
|
||
|
{{#if realm_allow_edit_history}}
|
||
|
<i>{{t 'Click to view edit history.' }}</i>
|
||
|
{{/if}}
|
||
|
</div>
|