Sha256: c8627e87096dc4b650e8e2648e9e6e0b682d9a65f922806888147a5b0c829134
Contents?: true
Size: 540 Bytes
Versions: 1
Compression:
Stored size: 540 Bytes
Contents
<h1><%= @user.login %></h1> <table> <tr> <td>Login:</td> <td><%= @user.login %></td> </tr> <tr> <td>Login count:</td> <td><%= @user.login_count %></td> </tr> <tr> <td>Profile views:</td> <td><%= @user.profile_views %></td> </tr> <tr> <td>First name:</td> <td><%= @user.first_name %></td> </tr> <tr> <td>Last name:</td> <td><%= @user.last_name %></td> </tr> </table> <br /> <% if @user == @current_user %> <%= link_to "Edit", scoped_url("edit_account_path") %><br /> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
authlogic-0.10.4 | test_app/app/views/users/show.html.erb |