Sha256: 12be6c1a8b5e5c9893d92b4914cc87c1325a6f75d58d7ee9c184aacdfeb6f2c4
Contents?: true
Size: 237 Bytes
Versions: 8
Compression:
Stored size: 237 Bytes
Contents
<p id="notice"><%= notice %></p> <p> <b>Name:</b> <%= @user.name %> </p> <p> <b>Photo:</b> <%= image_tag @user.photo.url if @user.photo %> </p> <%= link_to 'Edit', edit_user_path(@user) %> | <%= link_to 'Back', users_path %>
Version data entries
8 entries across 8 versions & 1 rubygems