diff --git a/app/views/post_replacements/index.html.erb b/app/views/post_replacements/index.html.erb index c8db25aa7..0381b552a 100644 --- a/app/views/post_replacements/index.html.erb +++ b/app/views/post_replacements/index.html.erb @@ -68,7 +68,7 @@
Status
<%= post_replacement.status %>
Reason
-
<%= post_replacement.reason %>
+
<%= post_replacement.reason.present? ? post_replacement.reason : "None provided" %>
<% if post_replacement.status == 'approved' %>
Original Uploader