Sha256: 60b01abd73210cb4c3ea1c6c98a3bc097654995b19c1112c91546fdbbc309029

Contents?: true

Size: 494 Bytes

Versions: 6

Compression:

Stored size: 494 Bytes

Contents

<p>
  <b>Login:</b>
  <%=h @user.login %>
</p>
 
<p>
  <b>Login count:</b>
  <%=h @user.login_count %>
</p>
 
<p>
  <b>Last request at:</b>
  <%=h @user.last_request_at %>
</p>
 
<p>
  <b>Last login at:</b>
  <%=h @user.last_login_at %>
</p>
 
<p>
  <b>Current login at:</b>
  <%=h @user.current_login_at %>
</p>
 
<p>
  <b>Last login ip:</b>
  <%=h @user.last_login_ip %>
</p>
 
<p>
  <b>Current login ip:</b>
  <%=h @user.current_login_ip %>
</p>
 
 
<%= link_to 'Edit', edit_account_path %>

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
bdsabian-happy_trails-0.1.0 lib/base_template/app/views/users/show.html.erb
ginst-2009.12.8 app/views/users/show.html.erb
ginst-2009.11.24 app/views/users/show.html.erb
ginst-2009.11.23 app/views/users/show.html.erb
ginst-2.0.1 app/views/users/show.html.erb
ginst-2.0.0 app/views/users/show.html.erb