<%= t('page.edit_user_profile', login_name: @profile.user.username) -%>

<%= render 'page/required_field' %> <%= simple_form_for(@profile, url: my_account_path) do |f| -%> <%= f.error_messages -%> <%= render partial: 'edit_credential', locals: {f: f, profile: @profile} -%>
<%= f.submit %>
<%= f.label :keyword_list -%>
<%= f.text_area :keyword_list, class: 'resource_textarea' -%>
<%= render partial: 'profiles/edit_profile', locals: {f: f, profile: @profile} -%>
<%- end -%>