X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fpleroma%2Fweb%2Ftemplates%2Ftwitter_api%2Fremote_follow%2Ffollow_login.html.eex;h=a8026fa9d5f056e2a0c94f31c68a3397d81beaca;hb=8871ca5aa35e9533e57b4a15420687869378a981;hp=df44988ee209cbac156660306a09317e725ac913;hpb=e442ea5722404ca551135b6f4767c016952bbda3;p=akkoma diff --git a/lib/pleroma/web/templates/twitter_api/remote_follow/follow_login.html.eex b/lib/pleroma/web/templates/twitter_api/remote_follow/follow_login.html.eex index df44988ee..a8026fa9d 100644 --- a/lib/pleroma/web/templates/twitter_api/remote_follow/follow_login.html.eex +++ b/lib/pleroma/web/templates/twitter_api/remote_follow/follow_login.html.eex @@ -4,7 +4,7 @@

Log in to follow

<%= @followee.nickname %>

-<%= form_for @conn, remote_follow_path(@conn, :do_follow), [as: "authorization"], fn f -> %> +<%= form_for @conn, Routes.remote_follow_path(@conn, :do_follow), [as: "authorization"], fn f -> %> <%= text_input f, :name, placeholder: "Username", required: true %>
<%= password_input f, :password, placeholder: "Password", required: true %>