Skip to content
Snippets Groups Projects
Commit b8825ebf authored by Dore, Kieran D (UG - Comp Sci & Elec Eng)'s avatar Dore, Kieran D (UG - Comp Sci & Elec Eng)
Browse files

Cleaned out views

parent ff85319a
No related branches found
No related tags found
No related merge requests found
json.array! @users, partial: "users/user", as: :user
%h1 New user
= render 'form'
= link_to 'Back', users_path
%p#notice= notice
%p
%b Name:
= @user.name
%p
%b Email:
= @user.email
%p
%b Password:
= @user.password
= link_to 'Edit', edit_user_path(@user)
\|
= link_to 'Back', users_path
json.partial! "users/user", user: @user
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment