Sha256: 781c1394159932b36b84395b6550ed40febbbf1dcdd2fcc4d19f393e22b0db0f
Contents?: true
Size: 476 Bytes
Versions: 11
Compression:
Stored size: 476 Bytes
Contents
<p id="notice"><%= notice %></p> <div id="user_account"> <h1>User details</h1> <%= link_to "Go back to USERS", users_path %> <p style="margin-left:48em">Click to edit</p> <table> <tr> <td id="name"> <%= best_in_place [:admin, @user], :name %> </td> </tr> <tr> <td>Last Name</td> <td id="last_name"> <%= best_in_place [:admin, @user], :last_name, :nil => "Nothing to show" %> </td> </tr> </table> </div>
Version data entries
11 entries across 11 versions & 3 rubygems