Sha256: ee01fd38785846c0bdf83b4595edd5d055ec8a207884d8a68f4abc9efa8cbc49

Contents?: true

Size: 548 Bytes

Versions: 1

Compression:

Stored size: 548 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_ui_include_tag :google %>
  <%= 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 %>
  <%= csrf_meta_tags %>
</head>
<body>

<%= yield %>

</body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bitsnote-assets-0.0.1 test/dummy/app/views/layouts/application.html.erb