Show deleted files in v2 history

This commit is contained in:
James Allen 2017-12-20 13:59:17 +00:00
parent 7d3e463061
commit c191ac2e8d

View file

@ -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%)'}")