Sha256: 470f498de0d7499974fa749553aa775203d83a74f95bec4c723df8a9eedefe58
Contents?: true
Size: 301 Bytes
Versions: 1
Compression:
Stored size: 301 Bytes
Contents
%h1= "Editing #{@user.email}" .button-bar %ul.button-group %li %a.button.tiny{ href: user_path( @user.id ) }= "Back to #{@user.email}" %ul.button-group %li %a.button.tiny{ href: users_path } Back to Users %hr = render 'form', {path: update_user_path(@user.id), user: @user}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bagboy-0.0.1 | app/views/bagboy/users/edit.html.haml |