Skip to content

Commit

Permalink
Changed the index of phenotypes to reflect number of users, not varia…
Browse files Browse the repository at this point in the history
…tions
  • Loading branch information
philippbayer committed Oct 20, 2011
1 parent 7a98026 commit 026b8b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/phenotypes/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<tr>
<th><%= sortable "id", "ID"%></th>
<th><%= sortable "characteristic","Phenotype"%></th>
<th><%= sortable "number_of_users","Number of Variations"%></th>
<th><%= sortable "number_of_users","Number of users"%></th>
<th><%= sortable "created_at", "Created"%>
</tr>
</thead>
Expand Down

0 comments on commit 026b8b5

Please sign in to comment.