From 09693b979efe3c9c7ea64f79d97a1f0b53f7c49e Mon Sep 17 00:00:00 2001 From: Melonai Date: Sat, 8 May 2021 23:41:03 +0200 Subject: Socket connection and token fetching --- lib/rook_web/templates/app/entrypoint.html.eex | 1 - lib/rook_web/templates/app/request.html.eex | 2 +- lib/rook_web/templates/app/share.html.eex | 2 +- lib/rook_web/templates/home/index.html.eex | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) (limited to 'lib/rook_web/templates') diff --git a/lib/rook_web/templates/app/entrypoint.html.eex b/lib/rook_web/templates/app/entrypoint.html.eex index bc7e84a..7551fdc 100644 --- a/lib/rook_web/templates/app/entrypoint.html.eex +++ b/lib/rook_web/templates/app/entrypoint.html.eex @@ -1,5 +1,4 @@ "/> -
diff --git a/lib/rook_web/templates/app/request.html.eex b/lib/rook_web/templates/app/request.html.eex index c09a843..b7ff7bd 100644 --- a/lib/rook_web/templates/app/request.html.eex +++ b/lib/rook_web/templates/app/request.html.eex @@ -1 +1 @@ -<%= render_app(@conn, @token, "request") %> +<%= render_app(@conn, "request") %> diff --git a/lib/rook_web/templates/app/share.html.eex b/lib/rook_web/templates/app/share.html.eex index d72b2c4..95b8b08 100644 --- a/lib/rook_web/templates/app/share.html.eex +++ b/lib/rook_web/templates/app/share.html.eex @@ -1 +1 @@ -<%= render_app(@conn, @token, "share") %> +<%= render_app(@conn, "share") %> diff --git a/lib/rook_web/templates/home/index.html.eex b/lib/rook_web/templates/home/index.html.eex index 9152474..0b82f07 100644 --- a/lib/rook_web/templates/home/index.html.eex +++ b/lib/rook_web/templates/home/index.html.eex @@ -1 +1 @@ -

Hi! Welcome to Walmart.

+<%= link "Share", to: Routes.app_path(RookWeb.Endpoint, :share)%> -- cgit 1.4.1