Skip to content

Commit

Permalink
Merge branch 'master' into issue-1976-elem-overlap
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmavis committed Oct 19, 2018
2 parents a6a5af2 + 073c508 commit 31a8f0f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -31,7 +31,7 @@ <h1 class="h1-heading text-center mt-4">Shop Safe This Holiday Season</h1>
{% for product in products %}
<div class="product-box bg-gray" data-creepiness="{{ product.votes.creepiness.average }}">
{% if product.votes.confidence %}
{% if product.votes.confidence.vote_breakdown.1 > product.votes.confidence.vote_breakdown.0 %}
{% if product.votes.confidence.1 > product.votes.confidence.0 %}
<div class="recommendation go-for-it m-2"></div>
{% else %}
<div class="recommendation stay-away m-2"></div>
Expand Down

0 comments on commit 31a8f0f

Please sign in to comment.