Sha256: 0b1863be11e88301c471c4f63007e576bb5bf3306a04da23865e7ec3d7f8ec5e
Contents?: true
Size: 931 Bytes
Versions: 13
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
13 entries across 13 versions & 1 rubygems