Sha256: e745af392e617c14717d7b2976ecdf1210dea8f0f1814c9afa4b6c989851546a
Contents?: true
Size: 483 Bytes
Versions: 65
Compression:
Stored size: 483 Bytes
Contents
<h4>New User Registration</h4> <p>A new user has registered for an account on the <%= @site.description %> website. Their information is below:</p> <p><strong>Name:</strong> <%= @user.first_name %> <%= @user.last_name %></p> <p><strong>Email Address:</strong> <%= @user.email %></p> <p><strong>Phone Number:</strong> <%= @user.phone %></p> <% if @agent && !@agent.full_name.blank? %> <p>This user has been automatically assigned to <%= @agent.full_name.titleize %>.</p> <% end %>
Version data entries
65 entries across 65 versions & 1 rubygems