Sha256: 3ce500170d5df7b490a80581a720cbf94aebc1f83f442cfc6e6d1e3b2208ea96
Contents?: true
Size: 606 Bytes
Versions: 12
Compression:
Stored size: 606 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" if Rails.application.assets.find_asset('formatting.css') %> <%= 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
12 entries across 12 versions & 1 rubygems