Sort session history by newest first

This commit is contained in:
Mo Bitar
2018-11-25 19:31:12 -06:00
parent 79c520e5c8
commit c9aa24dcd3
2 changed files with 8 additions and 2 deletions

View File

@@ -16,7 +16,7 @@
.sublabel
Saving to disk may increase app loading time and memory footprint.
%menu-row{"ng-repeat" => "revision in history.entries",
%menu-row{"ng-repeat" => "revision in entries",
"action" => "openRevision(revision);",
"label" => "revision.previewTitle()"}
.sublabel.opaque{"ng-class" => "classForRevision(revision)"}