module Web.View.EnvelopeEmissionContracts.Index where import Web.Types import Generated.Types import IHP.Prelude import IHP.ViewPrelude import Web.Routes () import Application.Helper.View (adapterStatusBadge) data IndexView = IndexView { contracts :: ![EnvelopeEmissionContract] } instance View IndexView where html IndexView { .. } = [hsx|
Formalises which data-* attributes every widget envelope must emit.
No contracts found.
|] renderTable :: [EnvelopeEmissionContract] -> Html renderTable contracts = [hsx|| Version | Required Attributes | Status | Created |
|---|