PainWeb.Layouts (pain v0.1.0)
Summary
Functions
Shows the flash group with standard titles and content.
Functions
Link to this function
app(assigns)
Link to this function
flash_group(assigns)
Shows the flash group with standard titles and content.
Examples
<.flash_group flash={@flash} />Attributes
flash(:map) (required) - the map of flash messages.id(:string) - the optional id of flash container. Defaults to"flash-group".
Link to this function