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

Version Path
very_best_in_place-2.0.3 test_app/app/views/admin/users/show.html.erb
crest_in_place-2.2.0 test_app/app/views/admin/users/show.html.erb
best_in_place-2.1.0 test_app/app/views/admin/users/show.html.erb
best_in_place-2.0.3 test_app/app/views/admin/users/show.html.erb
best_in_place-2.0.2 test_app/app/views/admin/users/show.html.erb
best_in_place-2.0.1 test_app/app/views/admin/users/show.html.erb
best_in_place-2.0.0 test_app/app/views/admin/users/show.html.erb
best_in_place-1.1.3 test_app/app/views/admin/users/show.html.erb
best_in_place-1.1.2 test_app/app/views/admin/users/show.html.erb
best_in_place-1.1.1 test_app/app/views/admin/users/show.html.erb
best_in_place-1.1.0 test_app/app/views/admin/users/show.html.erb