Sha256: 86758890c3f68a5ba77c1695385657973cd39d4fb8f9bb8314b7f320f951f7b2

Contents?: true

Size: 306 Bytes

Versions: 2

Compression:

Stored size: 306 Bytes

Contents

<p id="notice"><%= notice %></p>

<p>
  <strong>Email:</strong>
  <%= @user.email %>
</p>

<p>
  <strong>Crypted password:</strong>
  <%= @user.crypted_password %>
</p>

<p>
  <strong>Salt:</strong>
  <%= @user.salt %>
</p>

<%= link_to 'Edit', edit_user_path(@user) %> |
<%= link_to 'Back', users_path %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bigmouth-0.0.2 test/dummy/app/views/users/show.html.erb
bigmouth-0.0.1 test/dummy/app/views/users/show.html.erb