_user_attributes.html.haml 264 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 .window %table.user_attributes %tr %td %strong The user who experienced the error: - user.each do |key, value| %tr %th= key %td= auto_link(auto_link(value.to_s, :urls, :target => "_blank"), :email_addresses).html_safe