Sha256: 4b1e010863aca4ae279c6df31a3cc4497f2d243968f3872c4edc531a12bd8e20

Contents?: true

Size: 239 Bytes

Versions: 2

Compression:

Stored size: 239 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>GrapeOnRails</title>
  <%= stylesheet_link_tag    "application", :media => "all" %>
  <%= javascript_include_tag "application" %>
  <%= csrf_meta_tags %>
</head>
<body>

<%= yield %>

</body>
</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
vitals-0.4.0 integration/multiverse/grape-on-rails/app/views/layouts/application.html.erb
vitals-0.3.0 integration/multiverse/grape-on-rails/app/views/layouts/application.html.erb