Sha256: 90fe4dff216fb105976d8ecc3ec1d3326c16877b0581203290abe61a26b98b90

Contents?: true

Size: 439 Bytes

Versions: 4

Compression:

Stored size: 439 Bytes

Contents

<h1><%= @current_user.login %></h1>

<table>
  <tr>
    <td>Login:</td>
    <td><%= @current_user.login %></td>
  </tr>
  <tr>
    <td>Login count:</td>
    <td><%= @current_user.login_count %></td>
  </tr>
  <tr>
    <td>First name:</td>
    <td><%= @current_user.first_name %></td>
  </tr>
  <tr>
    <td>Last name:</td>
    <td><%= @current_user.last_name %></td>
  </tr>
</table>
<br />

<%= link_to "Edit", edit_account_path %><br />

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
authgasm-0.10.0 test_app/app/views/users/show.html.erb
authgasm-0.10.2 test_app/app/views/users/show.html.erb
authgasm-0.10.1 test_app/app/views/users/show.html.erb
authgasm-0.9.1 test_app/app/views/users/show.html.erb