Sha256: 20ebc4fbb4a1877684a54399faa653704f5d9320887d1e41103d5cf4875ce80b
Contents?: true
Size: 468 Bytes
Versions: 32
Compression:
Stored size: 468 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" /> </head> <body> <p>Response from <%= @response.referrer %>,</p> <table> <thead> <th>Field</th> <th></th> </thead> <tbody> <%= render 'form_mailer/form_response_fields' %> </tbody> </table> <p>Sent from: <%= @response.ip %> at <%= @response.created_at.to_formatted_s(:long_dot) %></p> </body> </html>
Version data entries
32 entries across 32 versions & 1 rubygems