Sha256: 4585631f9df68a1aea9485e58d8270443933b757dee81cb808b88ab0092ff57f
Contents?: true
Size: 853 Bytes
Versions: 35
Compression:
Stored size: 853 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) || "xyxyxyx") %></title> <%= csrf_meta_tag %> <%= stylesheet_link_tag 'inline_forms' %> <%= javascript_include_tag 'application' %> <%= 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
35 entries across 35 versions & 1 rubygems