Sha256: 70e0f12e1cd05437200f6a03b8f8552c3f572185172697f606a95846326170bd
Contents?: true
Size: 697 Bytes
Versions: 15
Compression:
Stored size: 697 Bytes
Contents
<!DOCTYPE html> <html> <head> <% if request.env['HTTP_USER_AGENT'] =~ /MSIE/%> <!--[if lt IE 9]> <%= javascript_include_tag('http://html5shiv.googlecode.com/svn/trunk/html5.js') %> <![endif]--> <meta http-equiv='X-UA-Compatible' content='IE-EmulateIE7' /> <% end %> <title>WYMeditor</title> <%= stylesheet_link_tag "wymeditor/skins/refinery/wymiframe", :media => "all" %> <%= stylesheet_link_tag "#{"/theme/stylesheets/" if RefinerySetting[:theme].present?}formatting", :media => "all" %> <%= stylesheet_link_tag "theme", :media => "all" %> </head> <body class="wym_iframe<%= " #{params[:id]}" if params[:id].present? %>"> </body> </html>
Version data entries
15 entries across 15 versions & 1 rubygems