mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-08 22:40:48 +00:00
Show deleted files in v2 history
This commit is contained in:
parent
7d3e463061
commit
c191ac2e8d
1 changed files with 3 additions and 0 deletions
|
@ -145,6 +145,9 @@ div#history(ng-show="ui.view == 'history'")
|
|||
div(ng-if="project_op.add")
|
||||
.action Created
|
||||
.doc {{ project_op.add.pathname }}
|
||||
div(ng-if="project_op.remove")
|
||||
.action Deleted
|
||||
.doc {{ project_op.remove.pathname }}
|
||||
div.users
|
||||
div.user(ng-repeat="update_user in update.meta.users")
|
||||
.color-square(ng-if="update_user != null", ng-style="{'background-color': 'hsl({{ update_user.hue }}, 70%, 50%)'}")
|
||||
|
|
Loading…
Add table
Reference in a new issue