2022-10-11 14:20:27 +02:00
|
|
|
<div>
|
|
|
|
{{#if realm_allow_edit_history}}
|
2024-09-24 02:29:49 +02:00
|
|
|
<div>{{t "View edit history"}}</div>
|
|
|
|
{{/if}}
|
|
|
|
<div class="tooltip-inner-content italic">
|
|
|
|
{{#if moved}}
|
|
|
|
{{t 'Last moved {last_edit_timestr}.'}}
|
2024-09-13 00:17:58 +02:00
|
|
|
{{else}}
|
2024-09-24 02:29:49 +02:00
|
|
|
{{t 'Last edited {last_edit_timestr}.'}}
|
2024-09-13 00:17:58 +02:00
|
|
|
{{/if}}
|
2024-09-24 02:29:49 +02:00
|
|
|
</div>
|
2022-10-11 14:20:27 +02:00
|
|
|
</div>
|
2024-09-24 02:29:49 +02:00
|
|
|
{{#if realm_allow_edit_history}}
|
2023-10-02 01:16:38 +02:00
|
|
|
{{tooltip_hotkey_hints "Shift" "H"}}
|
2024-09-24 02:29:49 +02:00
|
|
|
{{/if}}
|