BikeBikeBike/app/views/users/edit.html.haml

9 lines
113 B
Plaintext
Raw Normal View History

2014-03-09 14:43:33 -06:00
- banner_title @user.username
.row
= render 'form'
= link_to 'Show', @user
\|
= link_to 'Back', users_path