comparison 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
comparison
equal deleted inserted replaced
75:b9c2324779f6 77:d9df68bf8907
19 <li><%=l(:field_last_login_on)%>: <%= format_date(@user.last_login_on) %></li> 19 <li><%=l(:field_last_login_on)%>: <%= format_date(@user.last_login_on) %></li>
20 <% end %> 20 <% end %>
21 </ul> 21 </ul>
22 22
23 <h3><%=l(:label_ssamr_description)%></h3> 23 <h3><%=l(:label_ssamr_description)%></h3>
24 <%= @description %> 24 <%= textilizable @description %>
25 25
26 26
27 <% unless @memberships.empty? %> 27 <% unless @memberships.empty? %>
28 <h3><%=l(:label_project_plural)%></h3> 28 <h3><%=l(:label_project_plural)%></h3>
29 <ul> 29 <ul>