Sha256: fac09a755b63253511a2c7587f051bccc63494f65ffdfc31649132c8db117299
Contents?: true
Size: 541 Bytes
Versions: 3
Compression:
Stored size: 541 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> <p> <b>Admin:</b> <%%= @user.admin %> </p> <%%= link_to 'Edit', edit_account_path %>
Version data entries
3 entries across 3 versions & 1 rubygems