Sha256: 11e96f41a193c158afdcc54599104166309aca852e2a6da4276ab3a549949192

Contents?: true

Size: 432 Bytes

Versions: 7

Compression:

Stored size: 432 Bytes

Contents

<% if @experiments.any? %>
  <% @experiments.each do |experiment| %>
    <%= erb :_experiment, locals: { experiment: experiment } %>
  <% end %>
<% else %>
  <p class="intro">No experiments have started yet, you need to define them in your code and introduce them to your users.</p>
  <p class="intro">Check out the <a href='https://github.com/butternutbox/laboratory#readme'>Readme</a> for more help getting started.</p>
<% end %>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
laboratory-0.1.7 lib/laboratory/ui/views/index.erb
laboratory-0.1.6 lib/laboratory/ui/views/index.erb
laboratory-0.1.5 lib/laboratory/ui/views/index.erb
laboratory-0.1.4 lib/laboratory/ui/views/index.erb
laboratory-0.1.3 lib/laboratory/ui/views/index.erb
laboratory-0.1.2 lib/laboratory/ui/views/index.erb
laboratory-0.1.1 lib/laboratory/ui/views/index.erb