Skip to content

Commit

Permalink
authorize setup finishing
Browse files Browse the repository at this point in the history
  • Loading branch information
leuk committed Jul 2, 2009
1 parent 347fab6 commit 559c6aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/views/users/index.html.erb
@@ -1,3 +1,4 @@
<% for user in @users -%>
<%= image_tag user.avatar.url(:thumb) %>
<%= link_to user.username , user_path(user) %>
<% end -%>
3 changes: 2 additions & 1 deletion app/views/users/show.html.erb
@@ -1,7 +1,8 @@
<p>
<p style= "float:left"><%= image_tag @user.avatar.url(:thumb) %></p>
<p = "float:right">
Nombre donnexions: <%= @user.login_count %><br/>
Nombre total de connexions au site: <%= @user.login_count %><br/>
Membre depuis le: <%= @user.created_at %><br/>
Dernière activité sur le site: <%= @user.last_request_at %><br/>
Dernière IP utilisée sur le site: <%= @user.last_login_ip %><br/>
IP utilisée sur le site actuellement: <%= @user.last_login_ip %><br/>
Expand Down

0 comments on commit 559c6aa

Please sign in to comment.