Skip to content

Commit

Permalink
Merge pull request #1955 from antgonza/fix-1951
Browse files Browse the repository at this point in the history
Fix 1951
  • Loading branch information
josenavas committed Sep 29, 2016
2 parents a821675 + 50e65f2 commit 94595c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiita_pet/templates/study_ajax/sample_summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ <h4>
{% if len(summary) == 1 %}
<b>{{category}}</b>: <tt>{{summary[0][0]}}</tt> is repeated in all rows.
</td>
{% elif len(set([row[1] for row in summary])) == 1 %}
{% elif len(summary) == num_samples %}
<b>{{category}}</b>: All the values in this category are different.
</td>
{% else %}
Expand Down

0 comments on commit 94595c6

Please sign in to comment.