elixirschool / school_house

The new era of Elixir School now powered by @phoenixframework
https://elixirschool.com/
Apache License 2.0
155 stars 49 forks source link

Move Conferences to live folder #82

Closed jaimeiniesta closed 3 years ago

jaimeiniesta commented 3 years ago

The LiveView page for conferences was nested inside the controllers folder, and rendered through the intermediate step of PageController and using live_render.

This PR moves it to its proper live folder as that's the suggested place for LiveView pages in Phoenix.

Also, this fixes this HTML issue where a duplicate nested <main> tag was found.