Sha256: 87339422ee918ad3eb5dfb6ed4d134968e853cf8ba93401f04db6840cbf215d0

Contents?: true

Size: 1.02 KB

Versions: 24

Compression:

Stored size: 1.02 KB

Contents

<div class="row">
  <div class="col-xl-4 col-lg-12">
    <form id="generate" class="jumbotron">
      <div class="form-group">
        <select class="form-control scenario">
          <% @scenarios.each do |group, scenarios| %>
            <optgroup label="<%= group %>">
              <% scenarios.each_with_index do |scenario, idx| %>
                <option value="<%= group %>/<%= idx %>">
                  <%= scenario['name'] %>
                </option>
              <% end %>
            </optgroup>
          <% end %>
        </select>
        <small class="form-text text-muted description"></small>
      </div>
      <button type="submit" class="btn btn-primary btn-block">Generate</button>
    </form>
    <%= render partial: 'factory_bot_instrumentation/blocks' %>
  </div>
  <div class="col-xl-8 col-lg-12">
    <%= render partial: 'spinner' %>
    <div id="result"
         class="jumbotron result-container"
         style="display: none"></div>
  </div>
</div>
<script>
  $(() => { (new CreateForm()).bind(); });
</script>

Version data entries

24 entries across 24 versions & 1 rubygems

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