Sha256: 048239f00b156bf834112ecaeeea25c6dcc730ced22fbcab863a20a06e73f8fe

Contents?: true

Size: 523 Bytes

Versions: 6

Compression:

Stored size: 523 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 'feature_gate/application.js', '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

6 entries across 6 versions & 1 rubygems

Version Path
feature_gate-0.2.6 app/views/layouts/feature_gate/application.html.erb
feature_gate-0.2.5 app/views/layouts/feature_gate/application.html.erb
feature_gate-0.2.4 app/views/layouts/feature_gate/application.html.erb
feature_gate-0.2.3 app/views/layouts/feature_gate/application.html.erb
feature_gate-0.2.2 app/views/layouts/feature_gate/application.html.erb
feature_gate-0.2.1 app/views/layouts/feature_gate/application.html.erb