diff --git a/lib/clacks_web/templates/frontend/_status.html.eex b/lib/clacks_web/templates/frontend/_status.html.eex index 2ab78e5..53467ac 100644 --- a/lib/clacks_web/templates/frontend/_status.html.eex +++ b/lib/clacks_web/templates/frontend/_status.html.eex @@ -18,7 +18,9 @@
<%= raw(@note["content"]) %>
-
- Reply -
+ <%= unless is_nil(@conn.assigns[:user]) do %> +
+ Reply +
+ <% end %>