From a271287361f759d38e977b139403a43cfb365ca3 Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Mon, 5 Mar 2018 13:09:23 -0500 Subject: [PATCH] Some text accidentally got added --- lib/chess_web/templates/layout/app.html.eex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/chess_web/templates/layout/app.html.eex b/lib/chess_web/templates/layout/app.html.eex index e25af48..9a68c20 100644 --- a/lib/chess_web/templates/layout/app.html.eex +++ b/lib/chess_web/templates/layout/app.html.eex @@ -22,7 +22,7 @@ | <%= link("Log out", to: session_path(@conn, :delete), method: :delete) %> <% else %> - <%= link("Register", to: registration_path(@conn, :new)) %>yout + <%= link("Register", to: registration_path(@conn, :new)) %> | <%= link("Log in", to: session_path(@conn, :new)) %> <% end %>