Sha256: 7190ef4b0e335d1ad86133eb92581f344d051325a8f20e510a16666f05870898

Contents?: true

Size: 267 Bytes

Versions: 4

Compression:

Stored size: 267 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>Candle</title>
  <%= csrf_meta_tags %>
  <%= csp_meta_tag %>

  <%= stylesheet_link_tag    "candle/application", media: "all" %>
  <%= javascript_include_tag "candle/application" %>
</head>
<body>

<%= yield %>

</body>
</html>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
candl-0.1.4 app/views/layouts/candle/application.html.erb
candl-0.1.3 app/views/layouts/candle/application.html.erb
candl-0.1.2 app/views/layouts/candle/application.html.erb
candl-0.1.0 app/views/layouts/candle/application.html.erb