Sha256: 89be387d2aae72597bcee358095e571e7b349e8377877c65e0d3d7dcffc0049b
Contents?: true
Size: 507 Bytes
Versions: 9
Compression:
Stored size: 507 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> <title>FeatureGate</title> <%= stylesheet_link_tag 'feature_gate/application.scss' %> <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> <%= csrf_meta_tags %> </head> <body> <% flash.each do |key, value| %> <div class="content alert alert-<%= key %>"><%= value %></div> <% end %> <div class="content"> <%= yield %> </div> </body> </html>
Version data entries
9 entries across 9 versions & 1 rubygems