module Web.View.ArchiveRecords.Index where import Web.Types import Generated.Types import IHP.Prelude import IHP.ViewPrelude data IndexView = IndexView { records :: ![ArchiveRecord] } instance View IndexView where html IndexView { .. } = [hsx|
No archived artifacts yet.
|] else [hsx|| Subject Type | Subject ID | Reason | Archived By | Archived At |
|---|