Sha256: 53a386fb85a7cd51a218284135e044c9cb812c52e9a48fdb24ed2d10b9234996
Contents?: true
Size: 549 Bytes
Versions: 18
Compression:
Stored size: 549 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>WYMeditor</title> <meta charset='<%= ::Rails.application.config.encoding %>' /> <meta httpequiv="XUACompatible" content="IE=edge,chrome=1" /> <%= stylesheet_link_tag "wymeditor/skins/refinery/wymiframe", :media => "all" %> <%= stylesheet_link_tag "formatting", :media => "all" %> <%= stylesheet_link_tag "theme", :media => "all" %> <%= javascript_include_tag 'modernizr-min' %> </head> <body class="wym_iframe<%= " #{params[:id]}" if params[:id].present? %>"> </body> </html>
Version data entries
18 entries across 18 versions & 2 rubygems