forked from e621ng/e621ng
[Replacements] Show placeholder text when no reason provided
This commit is contained in:
parent
81ebb110ce
commit
8d2bd155f3
@ -68,7 +68,7 @@
|
||||
<dt>Status</dt>
|
||||
<dd><%= post_replacement.status %></dd>
|
||||
<dt>Reason</dt>
|
||||
<dd><%= post_replacement.reason %></dd>
|
||||
<dd><%= post_replacement.reason.present? ? post_replacement.reason : "None provided" %></dd>
|
||||
<% if post_replacement.status == 'approved' %>
|
||||
<dt>Original Uploader</dt>
|
||||
<dd>
|
||||
|
Loading…
Reference in New Issue
Block a user