Sha256: 07957be82a66166b1bb810e3e78373183c7851d758106ab4f3d88e667e7b9559
Contents?: true
Size: 472 Bytes
Versions: 2
Compression:
Stored size: 472 Bytes
Contents
<h2>Cohort Reports</h2> <%= form_for @metric_search, :url => cohortly_reports_path, :html => {:method => :get, :class => 'cohortly_report_form'} do |f| %> <h3>Groups Union</h3> <%= render :partial => 'cohortly/metrics/groups' %> <h3>Groups Intersect</h3> <%= render :partial => 'cohortly/metrics/groups_intersect' %> <h3>Tags</h3> <%= render :partial => 'cohortly/metrics/tags' %> <%= f.submit 'Get Report'%> <div class="result_table"> </div> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cohortly-0.0.93 | app/views/cohortly/reports/index.html.erb |
cohortly-0.0.92 | app/views/cohortly/reports/index.html.erb |