Sha256: 4877ff57d459fd134e63cfecf4d3edaed0095ff680103127979f19dc6b6c76c8

Contents?: true

Size: 627 Bytes

Versions: 2

Compression:

Stored size: 627 Bytes

Contents

<h1>Split Dashboard</h1>
<% if @experiments.any? %>
  <p class="intro">The list below contains all the registered experiments along with the number of test participants, completed and conversion rate currently in the system.</p>

  <% @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/andrew/split#readme'>Readme</a> for more help getting started.</p>
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
split-0.2.4 lib/split/dashboard/views/index.erb
split-0.2.3 lib/split/dashboard/views/index.erb