Sha256: 201fc022cc8d0dda1fb0c0efa2cc1db7d2bbca53dce4d66ae1e15291776dc28f

Contents?: true

Size: 905 Bytes

Versions: 6

Compression:

Stored size: 905 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>Dummy</title>
  <%= stylesheet_link_tag    'application', media: 'all', 'data-turbolinks-track' => true %>
  <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
  <%= jquery_include_tag :google %>
  <%= jquery_ui_include_tag :google %>
  <%= jquery_ui_include_tag :nonexist, :force => true %>
  <%= jquery_ui_include_tag :google, :compressed => true %>
  <%= jquery_ui_include_tag :google, :force => true, :local_copy => true %>
  <%= angular_js_include_tag :default, :force => true, :local_copy => true %>
  <%= fullcalendar_js_include_tag :default, :force => true, :local_copy => true %>
  <%= fullcalendar_css_include_tag :default, :force => true %>
  <%= spin_js_include_tag :default, :force => true, :local_copy => true %>
  <%= pickadate_js_include_tag :default %>
  <%= csrf_meta_tags %>
</head>
<body>

<%= yield %>

</body>
</html>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
bitsnote-assets-0.0.9 test/dummy/app/views/layouts/application.html.erb
bitsnote-assets-0.0.8 test/dummy/app/views/layouts/application.html.erb
bitsnote-assets-0.0.7 test/dummy/app/views/layouts/application.html.erb
bitsnote-assets-0.0.5 test/dummy/app/views/layouts/application.html.erb
bitsnote-assets-0.0.4 test/dummy/app/views/layouts/application.html.erb
bitsnote-assets-0.0.3 test/dummy/app/views/layouts/application.html.erb