Sha256: 0e1d5304f4fdbd314fd19c080abdf674dcdda501c102af5fa05af0f59810b540

Contents?: true

Size: 267 Bytes

Versions: 2

Compression:

Stored size: 267 Bytes

Contents

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

<%= yield %>

</body>
</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
customer_vault-0.0.2 app/views/layouts/customer_vault/application.html.erb
customer_vault-0.0.1 app/views/layouts/customer_vault/application.html.erb