Sha256: ec8cb17a9a421d5d418efefa1e2eb9e2e213061d393956abfb14d222eb696680

Contents?: true

Size: 1.21 KB

Versions: 13

Compression:

Stored size: 1.21 KB

Contents

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Rails Performance</title>
    <%= csrf_meta_tags %>
    <%= csp_meta_tag if ::Rails::VERSION::STRING.to_f >= 5.2 %>
    <%= render '/rails_performance/stylesheets/stylesheets' %>
    <link rel="shortcut icon" href="/favicon.ico">
  </head>
  <body>
    <div class="loader-wrapper">
        <div class="loader is-loading"></div>
    </div>
    <section class="section">
      <div class="container is-fluid is-size-7">
        <%= render '/rails_performance/shared/header' %>
        <%= yield %>
        <div class="footer-box">
          © Rails Performance <span class='red'><i class="fas fa-heart"></i></span> <%= link_to 'https://github.com/igorkasyanchuk/rails_performance', 'https://github.com/igorkasyanchuk/rails_performance', target: '_blank' %>
          <div class="is-pulled-right">v.<%= RailsPerformance::VERSION %></div>
        </div>
      </div>
    </section>
    <%= render '/rails_performance/panel' %>
    <div class="panel-overlay">
    <%= render '/rails_performance/javascripts/javascripts' %>
    <%= yield :on_load %>

  </body>
</html>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
rails_performance-1.3.1 app/views/rails_performance/layouts/rails_performance.html.erb
rails_performance-1.3.0 app/views/rails_performance/layouts/rails_performance.html.erb
rails_performance-1.2.3 app/views/rails_performance/layouts/rails_performance.html.erb
rails_performance-1.2.2 app/views/rails_performance/layouts/rails_performance.html.erb
rails_performance-1.2.1 app/views/rails_performance/layouts/rails_performance.html.erb
rails_performance-1.2.0 app/views/rails_performance/layouts/rails_performance.html.erb
rails_performance-1.2.0.alpha5 app/views/rails_performance/layouts/rails_performance.html.erb
rails_performance-1.2.0.alpha4 app/views/rails_performance/layouts/rails_performance.html.erb
rails_performance-1.2.0.alpha3 app/views/rails_performance/layouts/rails_performance.html.erb
rails_performance-1.2.0.alpha2 app/views/rails_performance/layouts/rails_performance.html.erb
rails_performance-1.2.0.alpha1 app/views/rails_performance/layouts/rails_performance.html.erb
rails_performance-1.1.0 app/views/rails_performance/layouts/rails_performance.html.erb
rails_performance-1.0.5.3 app/views/rails_performance/layouts/rails_performance.html.erb