Sha256: 02f9d52422eca0961bcc41f63e1a2d413d3d3fddd0b01627513e952240cb30e5
Contents?: true
Size: 921 Bytes
Versions: 17
Compression:
Stored size: 921 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><%= h( yield(:title) || "Unconfigured Titile") %></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
17 entries across 17 versions & 1 rubygems