allow for newlines in profile bio

This commit is contained in:
danielvincent 2010-12-12 00:50:30 -08:00
parent d19353ed8f
commit f7a7dff53b

View file

@ -33,13 +33,12 @@
%li
= link_to aspect.name, aspect
= link_to "x", {:controller => "aspects", :action => "remove_from_aspect", :person_id => person.id, :aspect_id => aspect.id}, :confirm => t('.remove_from', :name => person.name, :aspect => aspect), :remote => true, :class => "delete"
-if is_contact || person == current_user.person
%ul#profile_information
%li
%li
%h3 #{t('.bio')}
= person.profile.bio
= markdownify(person.profile.bio, :newlines => true)
%li
.span-4