Sha256: 7cd83945f539b586a0d46072b5ea6f9e3836300d6ea3df1ebaf1860687704c5e
Contents?: true
Size: 931 Bytes
Versions: 89
Compression:
Stored size: 931 Bytes
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <title><%= t('application_name') + " v" + InlineForms::VERSION -%></title> <%= stylesheet_link_tag 'inline_forms_application', 'application' %> <%= javascript_include_tag 'application', 'inline_forms_application' %> <%= csrf_meta_tag %> <%= yield(:head) %> <script> $.datepicker.setDefaults({ dateFormat: 'dd-mm-yy', changeMonth: true, changeYear: true, showOtherMonths: true, selectOtherMonths: true, showButtonPanel: false, showWeek: true, firstDay: 1, prevText: '<<', nextText: '>>' }) </script> </head> <body> <%= render "inline_forms/header" %> <%= render "/inline_forms_tabs" %> <div id="inline_forms_main_list"> <%= yield %> </div> </body> </html>
Version data entries
89 entries across 89 versions & 1 rubygems