Sha256: 5adede59d882628a6d33f9e139aad0c52d2226353f579ae570b5c0f1a1e7ee6f
Contents?: true
Size: 374 Bytes
Versions: 5
Compression:
Stored size: 374 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</h3> <%= render :partial => 'cohortly/metrics/groups' %> <h3>Tags</h3> <%= render :partial => 'cohortly/metrics/tags' %> <%= f.submit 'Get Report'%> <div class="result_table"> </div> <% end %>
Version data entries
5 entries across 5 versions & 1 rubygems