diff app/views/users/show.rhtml @ 77:d9df68bf8907 luisf

Bug #57 - User Description can be entered as wiki text and is displayed as such.
author luisf
date Tue, 14 Dec 2010 16:52:12 +0000
parents bbb139d5ca95
children 361f1e8b2e23
line wrap: on
line diff
--- a/app/views/users/show.rhtml	Tue Dec 14 11:03:05 2010 +0000
+++ b/app/views/users/show.rhtml	Tue Dec 14 16:52:12 2010 +0000
@@ -21,7 +21,7 @@
 </ul>
 
 <h3><%=l(:label_ssamr_description)%></h3>
-<%= @description %>
+<%= textilizable @description %>
 
 
 <% unless @memberships.empty? %>