Files
timeoverflow/app/views/users/edit.html.erb
Francisco José Perejón Barrios d91a32b50d [Feat] Signup users (#661)
2022-11-02 22:28:27 +01:00

7 lines
160 B
Plaintext

<h1>
<%= @user.username %>
<small><%= t ".edit_user" %></small>
</h1>
<%= render "form", member: @user.as_member_of(current_organization), short: false %>