Profile

You can manage your profile using this page. Any feilds in red are required and missing. Please fill in those fields before you can accesse Arvados Workbench.


<%= form_tag update_profile_path, {method: 'get', id: 'save_profile_form', name: 'save_profile_form', class: 'form-horizontal', remote: true} do %> <% @profile_config.andand.each do |entry| %> <% label = entry['required'] ? '* ' : '' label += entry['form_field_title'] value = @current_user_profile[entry['key'].to_sym] if @current_user_profile %>
<% if entry['type'] == 'select' %>
<% else %>
<% end %>
<% end %>
<% end %>