users: use inline dtext for ban reason on profile page.

This commit is contained in:
evazion
2019-11-05 19:15:44 -06:00
parent 06d0ceb016
commit e031fb0400

View File

@@ -39,9 +39,9 @@
<tr>
<th>Ban reason</th>
<td>
<div class="prose">
<%= format_text presenter.ban_reason %>
</div>
<span class="prose">
<%= format_text presenter.ban_reason, inline: true %>
</span>
</td>
</tr>
<% end %>