Soc/app/views/users/edit.html.erb

8 lines
199 B
Plaintext
Raw Normal View History

2023-08-18 18:46:38 +00:00
<% @title = "Edit account details" %>
<%= render partial: "form",
locals: {
user: @user,
button_text: t(".edit"),
title: t(".edit"),
} %>