Sha256: b63c8a19326d7832c6c71caa50006f666cace9d5397371d071a188e4fd90d299

Contents?: true

Size: 266 Bytes

Versions: 4

Compression:

Stored size: 266 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title><%= options.app_name %></title>
  <%%= stylesheet_link_tag "web_app_theme" %>
  <%%= csrf_meta_tag %>
</head>
<body>
  <div id="container">
    <div id="box">
      <%%= yield %>            
    </div>
  </div>
</body>
</html>

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
activoate-0.6.8 lib/templates/web_app_theme/theme/layout_sign.html.erb
activoate-0.5.0 lib/templates/web_app_theme/theme/layout_sign.html.erb
activoate-0.4.5 lib/templates/web_app_theme/theme/layout_sign.html.erb
web-app-theme-0.8.0 lib/generators/web_app_theme/theme/templates/layout_sign.html.erb