Sha256: a3399888e7fbfd7fe305f0c34d0f6bb4487394c2c899a84a257609662bccff58
Contents?: true
Size: 374 Bytes
Versions: 18
Compression:
Stored size: 374 Bytes
Contents
<!DOCTYPE html> <html lang='en'> <head> <title>IReach Newsletter Archive</title> </head> <body> <div id="top"><%= image_tag "mail_manager/iReach_logo.gif", width: "269", height:"85" %></div> <div id="page_content"> <% flash.each do |name, msg| -%> <%= content_tag :div, msg, :id => "flash_#{name}" %> <% end -%> <%= yield %> </div> </body> </html>
Version data entries
18 entries across 18 versions & 2 rubygems