Sha256: 2a36c1c43c890ca3025b9c69599f30a317fd7932689ccb83e0f27ef5000d92a8
Contents?: true
Size: 539 Bytes
Versions: 2
Compression:
Stored size: 539 Bytes
Contents
<div class="tags"> <% Cohortly::TagReport.collection.distinct(:tags).sort.each_slice(8) do |tags| %> <div class="tag_group" style="float:left; padding: 10px;"> <% tags.sort.each do |tag| %> <div class"tag"> <%= check_box_tag 'cohortly_metric[tags][]', tag, params[:cohortly_metric] && params[:cohortly_metric][:tags] && params[:cohortly_metric][:tags].include?(tag) %><label><%= tag %></label> </div> <% end %> </div> <% end %> <div style="clear:both;"></div> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cohortly-0.0.93 | app/views/cohortly/metrics/_tags.html.erb |
cohortly-0.0.92 | app/views/cohortly/metrics/_tags.html.erb |