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

Version Path
inline_forms-1.6.36 lib/app/views/layouts/inline_forms.html.erb
inline_forms-1.6.35 lib/app/views/layouts/inline_forms.html.erb
inline_forms-2.23 lib/app/views/layouts/inline_forms.html.erb
inline_forms-2.22 lib/app/views/layouts/inline_forms.html.erb
inline_forms-2.21 lib/app/views/layouts/inline_forms.html.erb
inline_forms-2.2 lib/app/views/layouts/inline_forms.html.erb
inline_forms-2.1 lib/app/views/layouts/inline_forms.html.erb
inline_forms-2.0 lib/app/views/layouts/inline_forms.html.erb
inline_forms-1.6.33 lib/app/views/layouts/inline_forms.html.erb
inline_forms-1.6.32 lib/app/views/layouts/inline_forms.html.erb
inline_forms-1.6.31 lib/app/views/layouts/inline_forms.html.erb
inline_forms-1.6.30 lib/app/views/layouts/inline_forms.html.erb
inline_forms-1.6.29 lib/app/views/layouts/inline_forms.html.erb
inline_forms-1.6.28 lib/app/views/layouts/inline_forms.html.erb
inline_forms-1.6.27 lib/app/views/layouts/inline_forms.html.erb
inline_forms-1.6.26 lib/app/views/layouts/inline_forms.html.erb
inline_forms-1.6.25 lib/app/views/layouts/inline_forms.html.erb
inline_forms-1.6.24 lib/app/views/layouts/inline_forms.html.erb
inline_forms-1.6.23 lib/app/views/layouts/inline_forms.html.erb
inline_forms-1.6.22 lib/app/views/layouts/inline_forms.html.erb