Mercurial > hg > soundsoftware-site
comparison app/views/my/account.rhtml @ 176:ae833c41f474 feature_55
fixed html character issue in Institutions list.
author | luisf |
---|---|
date | Wed, 02 Feb 2011 13:50:19 +0000 |
parents | 592e09cc3a7b |
children | dc01516c819d |
comparison
equal
deleted
inserted
replaced
175:592e09cc3a7b | 176:ae833c41f474 |
---|---|
40 </p> | 40 </p> |
41 | 41 |
42 | 42 |
43 <p><label for="institution"><%=l("field_ssamr_user_detail.institution")%> <span class="required">*</span></label> | 43 <p><label for="institution"><%=l("field_ssamr_user_detail.institution")%> <span class="required">*</span></label> |
44 <%= ssamr_user_detail.radio_button :institution_type, true %> | 44 <%= ssamr_user_detail.radio_button :institution_type, true %> |
45 <%= ssamr_user_detail.collection_select(:institution_id, Institution.all, :id, :name, {:selected => @selected_institution_id, :prompt => true} ) %> | 45 <%= ssamr_user_detail.collection_select(:institution_id, Institution.all, :id, :name, {:selected => @selected_institution_id, :prompt => true} ).gsub('&', '&') %> |
46 </p> | 46 </p> |
47 | 47 |
48 | 48 |
49 | 49 |
50 <p> | 50 <p> |