Sha256: 6dfd5130c683438bb8636a3db730ec9289c7c726c37dd456cc12c926755dd731

Contents?: true

Size: 1021 Bytes

Versions: 24

Compression:

Stored size: 1021 Bytes

Contents

<!DOCTYPE html>
<html>
  <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width,initial-scale=1">
    <title><%= @config.application_name %> Instrumentation</title>
    <%= render partial: 'styles' %>
    <%= stylesheet_link_tag 'factory_bot_instrumentation/application',
                            media: 'all' %>
    <%= render 'factory_bot_instrumentation/styles' %>
  </head>
  <body>
    <nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
      <a class="navbar-brand" href="#">
        <%= @config.application_name %> Instrumentation
      </a>
      <ul class="navbar-nav mr-auto">
        <%= render 'factory_bot_instrumentation/navigation' %>
      </ul>
    </nav>
    <%= render partial: 'scripts' %>
    <%= render partial: 'config' %>
    <%= javascript_include_tag 'factory_bot_instrumentation/application' %>
    <%= render 'factory_bot_instrumentation/scripts' %>
    <main role="main" class="container">
      <%= yield %>
    </main>
  </body>
</html>

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
factory_bot_instrumentation-1.2.4 app/views/layouts/factory_bot/instrumentation/application.html.erb
factory_bot_instrumentation-1.2.3 app/views/layouts/factory_bot/instrumentation/application.html.erb
factory_bot_instrumentation-1.2.2 app/views/layouts/factory_bot/instrumentation/application.html.erb
factory_bot_instrumentation-1.2.1 app/views/layouts/factory_bot/instrumentation/application.html.erb
factory_bot_instrumentation-1.2.0 app/views/layouts/factory_bot/instrumentation/application.html.erb
factory_bot_instrumentation-1.1.5 app/views/layouts/factory_bot/instrumentation/application.html.erb
factory_bot_instrumentation-1.1.4 app/views/layouts/factory_bot/instrumentation/application.html.erb
factory_bot_instrumentation-1.1.3 app/views/layouts/factory_bot/instrumentation/application.html.erb
factory_bot_instrumentation-1.1.2 app/views/layouts/factory_bot/instrumentation/application.html.erb
factory_bot_instrumentation-1.1.1 app/views/layouts/factory_bot/instrumentation/application.html.erb
factory_bot_instrumentation-1.1.0 app/views/layouts/factory_bot/instrumentation/application.html.erb
factory_bot_instrumentation-1.0.2 app/views/layouts/factory_bot/instrumentation/application.html.erb
factory_bot_instrumentation-1.0.1 app/views/layouts/factory_bot/instrumentation/application.html.erb
factory_bot_instrumentation-1.0.0 app/views/layouts/factory_bot/instrumentation/application.html.erb
factory_bot_instrumentation-0.8.0 app/views/layouts/factory_bot/instrumentation/application.html.erb
factory_bot_instrumentation-0.7.1 app/views/layouts/factory_bot/instrumentation/application.html.erb
factory_bot_instrumentation-0.7.0 app/views/layouts/factory_bot/instrumentation/application.html.erb
factory_bot_instrumentation-0.6.0 app/views/layouts/factory_bot/instrumentation/application.html.erb
factory_bot_instrumentation-0.5.1 app/views/layouts/factory_bot/instrumentation/application.html.erb
factory_bot_instrumentation-0.5.0 app/views/layouts/factory_bot/instrumentation/application.html.erb