Sha256: 7b55b2f084f368540eb44136426c8c5adeafd8affc662d9987a9a0cf15faf42d

Contents?: true

Size: 494 Bytes

Versions: 3

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

3 entries across 3 versions & 1 rubygems

Version Path
handy-generators-0.0.2 rails_generators/handy_setup/templates/views/show_user.html.erb
handy-generators-0.0.1 rails_generators/handy_setup/templates/views/show_user.html.erb
handy-generators-0.0.0 rails_generators/handy_setup/templates/views/show_user.html.erb