Sha256: 671f858eb55c9f991731ac9f4c5dfc7b85b12e066ae61f266f9bcd87e73d4903
Contents?: true
Size: 271 Bytes
Versions: 2
Compression:
Stored size: 271 Bytes
Contents
<h2>Show User</h2> <div class="field_show"> <b>Email:</b> <%= @user.email %> </div> <div class="field_show"> <b>Name:</b> <%= @user.name %> </div> <div class="button-group footer_buttons"> <%= link_to 'Edit', edit_user_path(@user), class: "button" %> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
oauth2_provider_engine-0.0.2 | test/dummy/app/views/users/show.html.erb |
oauth2_provider_engine-0.0.1 | test/dummy/app/views/users/show.html.erb |