Files
forum/app/views/users/edit.html.erb

8 lines
115 B
Plaintext
Executable File

<h2>Edit user</h2>
<%= render 'form' %>
<p></p>
<%= render 'passwords' %>
<%= link_to 'All users', users_path %>