Sha256: 745ea66346630e8d2ff6931a8301fdde30d6428e4ad15833f3f9344c6b945f17

Contents?: true

Size: 379 Bytes

Versions: 2

Compression:

Stored size: 379 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title><%= CASino.config.frontend[:sso_name] %></title>
  <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
  <%= 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
casino-2.0.1 app/views/layouts/application.html.erb
casino-2.0.0 app/views/layouts/application.html.erb