From 2055742911201258e6f755b3eb4031a1b09407f1 Mon Sep 17 00:00:00 2001 From: Logan Hunt Date: Wed, 6 Apr 2022 12:13:54 -0600 Subject: Initial commit; generate auth code with phx.gen.auth; added room model and association; generate room model on domain of user emails; allow users to change their email --- lib/aggiedit_web/templates/layout/root.html.heex | 31 ++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 lib/aggiedit_web/templates/layout/root.html.heex (limited to 'lib/aggiedit_web/templates/layout/root.html.heex') diff --git a/lib/aggiedit_web/templates/layout/root.html.heex b/lib/aggiedit_web/templates/layout/root.html.heex new file mode 100644 index 0000000..f653fd8 --- /dev/null +++ b/lib/aggiedit_web/templates/layout/root.html.heex @@ -0,0 +1,31 @@ + + + + + + + <%= csrf_meta_tag() %> + <%= live_title_tag assigns[:page_title] || "Aggiedit", suffix: " ยท Phoenix Framework" %> + + + + +
+
+ + +
+
+ <%= @inner_content %> + + -- cgit v1.2.3-70-g09d2