From 26629dc30a116204263ac4b515600649ba742ba0 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Wed, 26 Sep 2018 18:14:32 +0200 Subject: Web UI for multiple identities --- shardweb/lib/shard_web/templates/page/index.html.eex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shardweb/lib/shard_web/templates/page/index.html.eex') diff --git a/shardweb/lib/shard_web/templates/page/index.html.eex b/shardweb/lib/shard_web/templates/page/index.html.eex index 412cbe5..2efa030 100644 --- a/shardweb/lib/shard_web/templates/page/index.html.eex +++ b/shardweb/lib/shard_web/templates/page/index.html.eex @@ -21,7 +21,7 @@ <% end %> -<%= form_for @conn, peer_path(@conn, :add), [class: "form-inline"], fn f -> %> +<%= form_for @conn, page_path(@conn, :add_peer), [class: "form-inline"], fn f -> %> <%= text_input f, :ip, [class: "form-control", placeholder: "Hostname / IP address"] %> <%= text_input f, :port, [class: "form-control", placeholder: "Port", value: "4044"] %> <%= submit "Add peer", [class: "btn btn-default"] %> -- cgit v1.2.3