Sha256: 00b8cb7dd5a98b11005837a1c76af30c9fa613b998bb9a95254911d6a754ac75

Contents?: true

Size: 255 Bytes

Versions: 4

Compression:

Stored size: 255 Bytes

Contents

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

<%= yield %>

</body>
</html>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
raffle_v1-0.0.5 app/views/layouts/raffle_v1/application.html.erb
raffle_v1-0.0.4 app/views/layouts/raffle_v1/application.html.erb
raffle_v1-0.0.2 app/views/layouts/raffle_v1/application.html.erb
raffle_v1-0.0.1 app/views/layouts/raffle_v1/application.html.erb