DistroPropaganda/code/rails31/depot_r/app/views/users/edit.html.erb
2018-11-24 13:20:20 +01:00

6 lines
110 B
Text

<h1>Editing user</h1>
<%= render 'form' %>
<%= link_to 'Show', @user %> |
<%= link_to 'Back', users_path %>