Sha256: fd61e41bfabdf497461b620f75bb440e9e4fc347b0988aed8c5015a2ad0f89b6
Contents?: true
Size: 266 Bytes
Versions: 2
Compression:
Stored size: 266 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>EpicEditor for Rails</title> <%= stylesheet_link_tag "epiceditor/application", media: "all" %> <%= javascript_include_tag "epiceditor/application" %> <%= csrf_meta_tags %> </head> <body> <%= yield %> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
epiceditor-0.2.2.2 | app/views/layouts/epiceditor/application.html.erb |
epiceditor-0.2.2.1 | app/views/layouts/epiceditor/application.html.erb |