Sha256: b282176b3a025076cb558f4931601834c0edfc262132795b269a27b5e59ae332
Contents?: true
Size: 1.55 KB
Versions: 2
Compression:
Stored size: 1.55 KB
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <title><%= @elt.subject %></title> <!-- Yes I use the mail domain for lack of another variable :-( --> <base href="http://<%= ActionMailer::Base.server_settings[:domain] %>"/> <link href="/stylesheets/default.css" media="screen" rel="Stylesheet" type="text/css" /> <script src="/javascripts/prototype.js" type="text/javascript"></script> <script src="/javascripts/scriptaculous.js" type="text/javascript"></script> <link rel="shortcut icon" href="/images/world.png" type="image/png"/> <meta name="ROBOTS" content="ALL"/> <meta name="author" content="Emmanuel Charpentier"/> <meta name="description" content="Parlement, a mix between direct and representative democracy, in the shape of a website. A mailing list, forum, chat."/> <meta name="keywords" content="collaborative writing, democracy, direct democracy, representative democracy, forum, mailing list, chat, ruby on rails, PostgreSQL"/> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> </head> <body> <div class="links"> <a class="title" href="http://leparlement.org">Parlement</a> <div class="signets"> <a href="http://rubyforge.org/projects/parlement">forge</a> <a href="http://www.gnu.org/licenses/gpl.html">GPL</a> </div> </div> <div class="elt"> <h1><%= textilize_without_paragraph @elt.subject %></h1> <div class="eltBody"> <%= RedCloth.new(@elt.body).to_html%> </div> </div> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
parlement-0.3 | app/views/mail_notify/publish.text.html.rhtml |
parlement-0.4 | app/views/mail_notify/publish.text.html.rhtml |