Product Registration

<% if !user_signed_in? || current_user.email == "admin@example.com" %>
User Info
<% end %> <% if user_signed_in? %>
Register New Product - <%= current_user.email %>
<% else %>
Product Info
<% end %>