diff --git a/Views/Slides/Edit.cshtml b/Views/Slides/Edit.cshtml index 8a30104..699e831 100644 --- a/Views/Slides/Edit.cshtml +++ b/Views/Slides/Edit.cshtml @@ -78,6 +78,20 @@ +
+
Scheduling
+
+
+ + +
After this time the Meow is automatically skipped on displays — it stays in the library, just not shown. Leave blank for no expiry.
+
+ @if (Model.ExpiresAt.HasValue && Model.ExpiresAt.Value <= DateTime.Now) + { + Expired + } +
+
Cancel