Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 317 Bytes

File metadata and controls

4 lines (3 loc) · 317 Bytes

Phoenix Layouts & Flash

  • The MyAppWeb.Layouts module is aliased in the my_app_web.ex file, so you can use it without needing to alias it again
  • Phoenix v1.8 moved the <.flash_group> component to the Layouts module. You are forbidden from calling <.flash_group> outside of the layouts.ex module