From b3e3f28cab53fc15fc5ccdbdfff10c9a7f70dbf5 Mon Sep 17 00:00:00 2001 From: Kensuke Kaneko Date: Tue, 26 Jan 2010 01:35:21 +0900 Subject: [PATCH] =?UTF-8?q?=E8=A1=A8=E7=A4=BA=E3=81=99=E3=82=8B=E5=BF=85?= =?UTF-8?q?=E8=A6=81=E3=81=AE=E3=81=AA=E3=81=84=E3=82=AB=E3=83=A9=E3=83=A0?= =?UTF-8?q?=E3=82=92=E3=83=93=E3=83=A5=E3=83=BC=E3=81=8B=E3=82=89=E5=89=8A?= =?UTF-8?q?=E9=99=A4=E3=80=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- depot/app/views/users/index.html.erb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/depot/app/views/users/index.html.erb b/depot/app/views/users/index.html.erb index c446f42..a2311a5 100644 --- a/depot/app/views/users/index.html.erb +++ b/depot/app/views/users/index.html.erb @@ -3,15 +3,11 @@ - - <% for user in @users %> - -
NameHashed passwordSalt
<%=h user.name %><%=h user.hashed_password %><%=h user.salt %> <%= link_to 'Show', user %> <%= link_to 'Edit', edit_user_path(user) %> <%= link_to 'Destroy', user, :confirm => 'Are you sure?', :method => :delete %>