Sha256: c575d2be9efe827404f941ba29356271d17482fc1a670817733feffa3f68c569

Contents?: true

Size: 224 Bytes

Versions: 9

Compression:

Stored size: 224 Bytes

Contents

<!DOCTYPE html>
<html>
  <head>
    <title>Datatable App</title>
    <%= csrf_meta_tag %>
    <%= stylesheet_link_tag :all %>
    <%= javascript_include_tag :defaults %>
  </head>
  <body>
    <%= yield %>
  </body>
</html>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
datatable-0.2pre6 example_app/app/views/layouts/application.html.erb
datatable-0.2pre5 example_app/app/views/layouts/application.html.erb
datatable-0.2pre4 example_app/app/views/layouts/application.html.erb
datatable-0.2pre3 example_app/app/views/layouts/application.html.erb
datatable-0.2pre2 example_app/app/views/layouts/application.html.erb
datatable-0.2pre1 example_app/app/views/layouts/application.html.erb
datatable-0.1.1alpha4 example_app/app/views/layouts/application.html.erb
datatable-0.1.1alpha1 example_app/app/views/layouts/application.html.erb
datatable-0.1.0alpha2 example_app/app/views/layouts/application.html.erb