Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F84165865
follow.html.eex
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
622 B
Referenced Files
None
Subscribers
None
follow.html.eex
View Options
<%= if @error == :error do %>
<h2><%= Gettext.dpgettext("static_pages", "remote follow error", "Error fetching user") %></h2>
<% else %>
<h2><%= Gettext.dpgettext("static_pages", "remote follow header", "Remote follow") %></h2>
<img height="128" width="128" src="<%= avatar_url(@followee) %>">
<p><%= @followee.nickname %></p>
<%= form_for @conn, Routes.remote_interaction_path(@conn, :do_follow), [as: "user"], fn f -> %>
<%= hidden_input f, :id, value: @followee.id %>
<%= submit Gettext.dpgettext("static_pages", "remote follow authorization button", "Authorize") %>
<% end %>
<% end %>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jun 4, 6:51 PM (21 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1539212
Default Alt Text
follow.html.eex (622 B)
Attached To
Mode
rPUBE pleroma-upstream
Attached
Detach File
Event Timeline
Log In to Comment