Sha256: 44bb76f469ab6ae69a927c75f2cf2748953a07f9a1aa1e11335625320421883c
Contents?: true
Size: 352 Bytes
Versions: 1
Compression:
Stored size: 352 Bytes
Contents
<h1><%= @current_user.login %></h1> <table> <tr> <td>Login:</td> <td><%= @current_user.login %></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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
authgasm-0.9.0 | test_app/app/views/users/show.html.erb |