=f.text_field:organization,label: s_('Profiles|Organization'),class: 'input-md',help: s_("Profiles|Who you represent or work for")
=f.text_field:organization,readonly: @user.gitlab_employee?,label: s_('Profiles|Organization'),class: 'input-md',help: s_("Profiles|Who you represent or work for")
=f.text_area:bio,label: s_('Profiles|Bio'),rows: 4,maxlength: 250,help: s_("Profiles|Tell us about yourself in fewer than 250 characters")