Sha256: 96bcd9fec9375750afdc50070e0a19bf319451100e37070b1763930f3eba25e1
Contents?: true
Size: 1.01 KB
Versions: 20
Compression:
Stored size: 1.01 KB
Contents
<h3 class="text-gray" style="text-align: center;"> Choose a Category Type <br> <small class="text-muted">Click on Browse to see the categories.</small> </h3> <%= clear_tag(10) %> <% @features.each_with_index do |feature, i| %> <div class="col-lg-3 col-md-3 col-sm-6 col-xs-12" style="height:280px;"> <div class="xe-widget xe-vertical-counter xe-vertical-counter-white" data-count=".num" data-from="0" data-to="128" data-duration="4"> <div class="xe-icon" style="padding:0px;"> <i class="<%= Feature::FEATURE_ICONS[feature.name] %>"></i> <%#= display_image(feature, "feature_image.image.small_square.url", class: "img-inline", alt: feature.display_name) %> </div> <div class="xe-label"> <strong class="num" style="font-size:16px;"><%= feature.display_name %></strong> </div> <div class="xe-label"> <% url = categories_url(ft: feature.try(:id)) %> <span><%= link_to("Browse", url, class: "btn btn-sm btn-primary btn-block") %></span> </div> </div> </div> <% end %>
Version data entries
20 entries across 20 versions & 1 rubygems