Sha256: ab13eeb38a05879708e7fbf94c29c5e3fa278bd1468e9ef6b597041de2238413
Contents?: true
Size: 630 Bytes
Versions: 26
Compression:
Stored size: 630 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 %> </body> </html>
Version data entries
26 entries across 26 versions & 1 rubygems