1 2 3 4 5 6
<h1>Editing user</h1> <%= render 'form' %> <%= link_to 'Show', @user %> | <%= link_to 'Back', users_path %>