+
+
+
+ New item text
+
+
+
+
+
+
+ Undo / Redo
+
+
+
+
+
+
+
+ Savepoints
+
+
+
+ @if (savepoints().length > 0) {
+ Click a savepoint to rollback to that point in time:
+
+ @for (sp of savepoints(); track sp) {
+
+ }
+
+ } @else {
+ No savepoints created yet.
+ }
+
+