mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #3846 from overleaf/cmg-tracked-changes-whitespace
Add the space back into tracked-changes entry GitOrigin-RevId: 2f1451c1dbeda393bc6a9ad12434e10755bff86d
This commit is contained in:
parent
c47f756d2c
commit
ce2b7f7858
1 changed files with 2 additions and 2 deletions
|
@ -309,7 +309,7 @@ script(type='text/ng-template', id='aggregateChangeEntryTemplate')
|
|||
i.fa.fa-pencil
|
||||
.rp-entry-details
|
||||
.rp-entry-description
|
||||
| #{translate("aggregate_changed")}
|
||||
| #{translate("aggregate_changed")}
|
||||
del.rp-content-highlight
|
||||
| {{ entry.metadata.replaced_content | limitTo:(isDeletionCollapsed ? contentLimit : entry.metadata.replaced_contentlength) }}
|
||||
a.rp-collapse-toggle(
|
||||
|
@ -317,7 +317,7 @@ script(type='text/ng-template', id='aggregateChangeEntryTemplate')
|
|||
ng-if="deletionNeedsCollapsing"
|
||||
ng-click="toggleDeletionCollapse();"
|
||||
) {{ isDeletionCollapsed ? '… (#{translate("show_all")})' : ' (#{translate("show_less")})' }}
|
||||
| #{translate("aggregate_to")}
|
||||
| #{translate("aggregate_to")}
|
||||
ins.rp-content-highlight
|
||||
| {{ entry.content | limitTo:(isInsertionCollapsed ? contentLimit : entry.contentlength) }}
|
||||
a.rp-collapse-toggle(
|
||||
|
|
Loading…
Reference in a new issue