users: use inline dtext for ban reason on profile page.
This commit is contained in:
@@ -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 %>
|
||||||
|
|||||||
Reference in New Issue
Block a user