Sha256: 516c17af183ea5965f680f3cc85fc6266c8811088f394a4b853828c087693d89

Contents?: true

Size: 181 Bytes

Versions: 2

Compression:

Stored size: 181 Bytes

Contents

<p>
  <b>Name:</b>
  <%=h @user.name %>
</p>

<p>
  <b>Password:</b>
  <%=h @user.password %>
</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
cucumba-0.0.6 spec/support/sample_app/app/views/users/show.html.erb
cucumba-0.0.5 spec/support/sample_app/app/views/users/show.html.erb