Posted <%= pretty_time(@comment.created_at) %> Report <%= if not is_nil(@comment.edited_at) and can?(@conn, :show, @comment) do %>
Edited <%= pretty_time(@comment.edited_at) %> <%= if @comment.edit_reason not in [nil, ""] do %> because: <%= @comment.edit_reason %> <% end %> <% end %>
<% link_path = ~p"/images/#{@comment.image}" <> "#comment_#{@comment.id}" %> <% safe_author = PhilomenaWeb.PostView.markdown_safe_author(@comment) %> <% quote_body = if @comment.hidden_from_users do "" else @comment.body end %> Link Quote Reply <%= if can?(@conn, :edit, @comment) do %> Edit <% end %>