Sha256: 18ef0a77d0e6dc4419476c1ff50de3b921fd8e3230dab69f9fe9f81e77b2c66e
Contents?: true
Size: 507 Bytes
Versions: 10
Compression:
Stored size: 507 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title> <%= t('inline_forms.general.application_title') %> v<%= InlineForms::VERSION %> </title> <%= stylesheet_link_tag "application" %> <%= csrf_meta_tags %> </head> <body> <%= yield %> <%= javascript_include_tag "application", 'data-turbolinks-track' => true %> <%= javascript_include_tag Ckeditor.cdn_url %> </body> </html>
Version data entries
10 entries across 10 versions & 1 rubygems