diff app/views/users/show.rhtml @ 107:361f1e8b2e23 luisf

Feature #1: Fixed the collection_select variable issue User edit view: removed wiki toolbar and description from the description text area in the user; User edit view: added institutions collection select; User show view: institution name now visible. Users_controller: fixed a bug retrieving the institution name
author luisf
date Fri, 17 Dec 2010 11:18:51 +0000
parents d9df68bf8907
children 7fc15203288c
line wrap: on
line diff
--- a/app/views/users/show.rhtml	Fri Dec 17 10:28:24 2010 +0000
+++ b/app/views/users/show.rhtml	Fri Dec 17 11:18:51 2010 +0000
@@ -23,6 +23,9 @@
 <h3><%=l(:label_ssamr_description)%></h3>
 <%= textilizable @description %>
 
+<h3><%=l(:label_ssamr_institution)%></h3>
+<%= h @institution_name %>
+
 
 <% unless @memberships.empty? %>
 <h3><%=l(:label_project_plural)%></h3>