summaryrefslogtreecommitdiff
path: root/app/views/users/edit.html.erb
blob: 52f32a2e829a3690fe81e702ca77780ac69422a9 (plain)
1
2
3
4
5
6
<h1>Editing user</h1>

<%= render 'form' %>

<%= link_to 'Show', @user %> |
<%= link_to 'Users', users_path %>