X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=app%2Fviews%2Fusers%2Fshow.html.erb;fp=app%2Fviews%2Fusers%2Fshow.html.erb;h=fc47069f1e491ae48a993035a8418924fabc894c;hb=942d6c5b97e90c2c9036d1ec776ca98584e5be8f;hp=0000000000000000000000000000000000000000;hpb=128ba7d3b10ef93d000a3f6105c09129bf84b991;p=depot.git diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb new file mode 100644 index 0000000..fc47069 --- /dev/null +++ b/app/views/users/show.html.erb @@ -0,0 +1,18 @@ +

+ Name: + <%=h @user.name %> +

+ +

+ Hashed password: + <%=h @user.hashed_password %> +

+ +

+ Salt: + <%=h @user.salt %> +

+ + +<%= link_to 'Edit', edit_user_path(@user) %> | +<%= link_to 'Back', users_path %>