View Source Phoenix.Flash (Phoenix v1.7.11)

Provides shared flash access.

Summary

Functions

Gets the key from the map of flash data.

Functions

Gets the key from the map of flash data.

Examples

<div id="info"><%= Phoenix.Flash.get(@flash, :info) %></div>
<div id="error"><%= Phoenix.Flash.get(@flash, :error) %></div>