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> <tr>
<th>Ban reason</th> <th>Ban reason</th>
<td> <td>
<div class="prose"> <span class="prose">
<%= format_text presenter.ban_reason %> <%= format_text presenter.ban_reason, inline: true %>
</div> </span>
</td> </td>
</tr> </tr>
<% end %> <% end %>