Sha256: 448947bdd0b652fce06962a5e737057610729067b2d99fd30cc9d4b3510243de
Contents?: true
Size: 528 Bytes
Versions: 6
Compression:
Stored size: 528 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 @user, :name, url: {action: :update} , param: :admin %> </td> </tr> <tr> <td>Last Name</td> <td id="last_name"> <%= best_in_place [:admin, @user], :last_name, place_holder: 'Nothing to show' , param: :admin %> </td> </tr> </table> </div>
Version data entries
6 entries across 6 versions & 1 rubygems