clacks/lib/clacks_web/templates/frontend/status.html.eex

9 lines
328 B
Elixir
Raw Normal View History

<%= render "_status.html", conn: @conn, author: @author, status: @status, note: @status.object.data %>
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
<%= render "_post_form.html", conn: @conn, in_reply_to: @status.object.data["id"], placeholder: "Reply", content: mentions_for_replying_to(@conn, @status) %>
<hr>
2020-04-23 02:54:46 +00:00
<% end %>