11 lines
303 B
Plaintext
11 lines
303 B
Plaintext
<% content_for :title, t(".edit_profile") %>
|
|
|
|
<h2><%= t(".edit_profile") %></h2>
|
|
|
|
<%= render partial: "users/form",
|
|
locals: { user: @user, button_text: t(".update_profile") } %>
|
|
|
|
<section class="inset">
|
|
<%= link_to t(".update_password"), edit_user_password_path(Current.user) %>
|
|
</section>
|