diff --git a/lib/bones73k_web/templates/layout/app.html.eex b/lib/bones73k_web/templates/layout/app.html.eex index 9027ab8..260836e 100644 --- a/lib/bones73k_web/templates/layout/app.html.eex +++ b/lib/bones73k_web/templates/layout/app.html.eex @@ -2,9 +2,9 @@ <%# phoenix flash alerts: %>
- <%= for {kind, class} <- alert_kinds() do %> + <%= for {kind, color} <- alert_kinds() do %> <%= if flash_content = get_flash(@conn, kind) do %> -