Sha256: f896d21bd43a4b66d178a9306a2002b3c01601c7f406c9c607908ad179f3a76f
Contents?: true
Size: 602 Bytes
Versions: 12
Compression:
Stored size: 602 Bytes
Contents
<% 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
12 entries across 12 versions & 1 rubygems