Sha256: 9d6b7c6ae7781e92224909401b601afe69767c9a61dadf2c09c2ed81b2dbe566
Contents?: true
Size: 312 Bytes
Versions: 10
Compression:
Stored size: 312 Bytes
Contents
<p id="notice"><%= notice %></p> <p> <strong>Username:</strong> <%= @user.username %> </p> <p> <strong>Email:</strong> <%= @user.email %> </p> <p> <strong>Password digest:</strong> <%= @user.password_digest %> </p> <%= link_to 'Edit', edit_user_path(@user) %> | <%= link_to 'Back', users_path %>
Version data entries
10 entries across 10 versions & 2 rubygems