Mercurial > hg > soundsoftware-site
diff app/views/users/_form.rhtml @ 163:9a5a265e77f0 feature_55
labels correctly named
institution field is now mandatory and validated.
author | luisf |
---|---|
date | Mon, 31 Jan 2011 18:10:55 +0000 |
parents | bd3f92477cbb |
children | bb9724ba3d60 |
line wrap: on
line diff
--- a/app/views/users/_form.rhtml Mon Jan 31 17:00:28 2011 +0000 +++ b/app/views/users/_form.rhtml Mon Jan 31 18:10:55 2011 +0000 @@ -30,7 +30,7 @@ </p> - <p> + <p><label for="institution"><%=l("field_ssamr_user_detail.institution")%> <span class="required">*</span></label> <%= ssamr_user_detail.radio_button :institution_type, true %> <%= ssamr_user_detail.collection_select(:institution_id, Institution.all, :id, :name, {:selected => @selected_institution_id} ) %> </p>