markdown optimization, few other changes
This commit is contained in:
@@ -82,5 +82,5 @@
|
||||
</tbody>
|
||||
</table>
|
||||
About:<br>
|
||||
<%= @user.about.blank? ? "<span class=\"no-about\">nothing</span>".html_safe : @user.about %>
|
||||
<%= @user.about.blank? ? "<span class=\"no-about\">nothing</span>".html_safe : render_mini_md(@user.about).html_safe %>
|
||||
</div>
|
||||
Reference in New Issue
Block a user