Sha256: fe365307b573946b5c77700c21aad911d8dfc60f480ca39ba31581c189b5d947
Contents?: true
Size: 681 Bytes
Versions: 10
Compression:
Stored size: 681 Bytes
Contents
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title><%= t('application_name') + " v" + InlineForms::VERSION -%></title> <%= stylesheet_link_tag "application" %> <%= stylesheet_link_tag "inline_forms/inline_forms" %> <%= csrf_meta_tags %> </head> <body> <%= render "inline_forms/header" %> <%= render "/inline_forms_tabs" %> <div id="outer_container"> <%= yield %> </div> <%= javascript_include_tag 'inline_forms/inline_forms', 'data-turbolinks-track' => true %> <%= javascript_include_tag Ckeditor.cdn_url %> </body> </html>
Version data entries
10 entries across 10 versions & 1 rubygems