remove mini markdown renderer everywhere
was still used for comment emails etc
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
<tr>
|
||||
<td>About you</td>
|
||||
<td>
|
||||
<%= render partial: "md_editor", locals: {name: "user[about]", content: @user.about, mini: false, options: {disabled: !can_edit?, placeholder: "Tell us something about you ..."}} %>
|
||||
<%= render partial: "md_editor", locals: {name: "user[about]", content: @user.about, options: {disabled: !can_edit?, placeholder: "Tell us something about you ..."}} %>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user