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

Version Path
feature_gate-0.2.0 app/views/layouts/feature_gate/application.html.erb
feature_gate-0.1.9 app/views/layouts/feature_gate/application.html.erb
feature_gate-0.1.8 app/views/layouts/feature_gate/application.html.erb
feature_gate-0.1.7 app/views/layouts/feature_gate/application.html.erb
feature_gate-0.1.6 app/views/layouts/feature_gate/application.html.erb
feature_gate-0.1.5 app/views/layouts/feature_gate/application.html.erb
feature_gate-0.1.4 app/views/layouts/feature_gate/application.html.erb
feature_gate-0.1.3 app/views/layouts/feature_gate/application.html.erb
feature_gate-0.1.2 app/views/layouts/feature_gate/application.html.erb