mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-29 12:01:32 +02:00
Merge branch 'pr-v2-history-ui' of github.com:sharelatex/web-sharelatex-internal into pr-v2-history-ui
This commit is contained in:
@@ -150,7 +150,10 @@ script(type="text/ng-template", id="historyEntryTpl")
|
||||
span.history-entry-change-doc {{ ::$ctrl.getProjectOpDoc(project_op) }}
|
||||
.history-entry-metadata
|
||||
time.history-entry-metadata-time {{ ::$ctrl.entry.meta.end_ts | formatDate:'h:mm a' }}
|
||||
span •
|
||||
span
|
||||
|
|
||||
| •
|
||||
|
|
||||
ol.history-entry-metadata-users
|
||||
li.history-entry-metadata-user(ng-repeat="update_user in ::$ctrl.entry.meta.users")
|
||||
span.name(
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
.history-entry-change {
|
||||
display: flex;
|
||||
|
||||
}
|
||||
.history-entry-change-action {
|
||||
margin-right: 0.5em;
|
||||
@@ -76,7 +76,7 @@
|
||||
|
||||
}
|
||||
.history-entry-metadata-time {
|
||||
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.history-entry-metadata-users {
|
||||
|
||||
Reference in New Issue
Block a user