Sha256: e734ac5b4d5ecccf903ecca42995ff24743139470e4437c2a357d169fe8543d4

Contents?: true

Size: 255 Bytes

Versions: 3

Compression:

Stored size: 255 Bytes

Contents

<!DOCTYPE html>
<html>
  <head>
    <title>RVT</title>

    <%= stylesheet_link_tag    'rvt/application', media: 'all' %>
    <%= javascript_include_tag 'rvt/application' %>
    <%= csrf_meta_tags %>
  </head>

  <body>
    <%= yield %>
  </body>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rvt-1.1.0 app/views/layouts/rvt/application.html.erb
rvt-1.0.0 app/views/layouts/rvt/application.html.erb
rvt-0.9.9 app/views/layouts/rvt/application.html.erb