Sha256: 83b27a93462d413375d6b0ce4f0d1f6d9e0fa457026284ce5d3dc94e8e9828f4
Contents?: true
Size: 516 Bytes
Versions: 4
Compression:
Stored size: 516 Bytes
Contents
<% if object.errors.any? %> <div class="warning"> <h3>The following errors occurred:</h3> <ul> <% object.errors.full_messages.each do |msg| %> <% if (msg == "Janrain can't be blank") then %> <li>You must log in with Facebook, Twitter, or Google</li> <% elsif (msg == "Janrain has already been taken") then %> <li>You have already created an account associated with that social network. Please Sign in.</li> <% else %> <li><%= msg %></li> <% end %> <% end %> </ul> </div> <% end %>
Version data entries
4 entries across 4 versions & 1 rubygems