tabletop-companion/app/views/users/edit.html.erb

7 lines
189 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") } %>