2020-04-25 16:30:47 +00:00
|
|
|
<%= render "_status.html", conn: @conn, author: @author, status: @status, note: @status.data["object"] %>
|
2020-04-23 02:54:46 +00:00
|
|
|
|
2020-05-25 02:49:32 +00:00
|
|
|
<%= unless is_nil(@current_user) do %>
|
2020-04-25 16:30:47 +00:00
|
|
|
<hr>
|
2020-05-25 02:49:32 +00:00
|
|
|
|
2020-05-25 23:30:17 +00:00
|
|
|
<%= render "_post_form.html", conn: @conn, in_reply_to: @status.data["object"]["id"], placeholder: "Reply", content: mentions_for_replying_to(@conn, @status) %>
|
|
|
|
<hr>
|
2020-04-23 02:54:46 +00:00
|
|
|
<% end %>
|