improve duplicates templates

This commit is contained in:
2021-03-21 14:38:58 +01:00
parent aa40716898
commit a86feafa53
4 changed files with 28 additions and 23 deletions

View File

@@ -38,7 +38,7 @@
<h4>{{ 'Deleted datas'|trans ~ ':' }}</h4>
{{ sidepane.details(person2) }}
<h4>{{ 'Moved datas'|trans ~ ':' }}</h4>
<h4>{{ 'Moved links'|trans ~ ':' }}</h4>
{{ sidepane.links(person2) }}
</div>
</div>
@@ -56,7 +56,7 @@
<h4>{{ 'Keeped datas'|trans ~ ':' }}</h4>
{{ sidepane.details(person) }}
<h4>{{ 'Keeped datas'|trans ~ ':' }}</h4>
<h4>{{ 'Keeped links'|trans ~ ':' }}</h4>
{{ sidepane.links(person) }}
</div>
</div>