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

7 lines
189 B
Plaintext
Raw Normal View History

2024-05-30 08:07:54 +00:00
<% content_for :title, t(".edit_profile") %>
<h2><%= t(".edit_profile") %></h2>
<%= render partial: "users/form",
locals: { user: @user, button_text: t(".update_profile") } %>