allow full markdown in about page

This commit is contained in:
jomo
2014-07-01 00:04:12 +02:00
parent fded24aea7
commit e7f0aaa651
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -86,5 +86,5 @@
</tbody>
</table>
About:<br>
<%= @user.about.blank? ? "<span class=\"no-about\">nothing</span>".html_safe : render_mini_md(@user.about).html_safe %>
<%= @user.about.blank? ? "<span class=\"no-about\">nothing</span>".html_safe : render_md(@user.about).html_safe %>
</div>