Skip to content

Commit

Permalink
Merge pull request #95 from PyBossa/test-cache
Browse files Browse the repository at this point in the history
Test cache
  • Loading branch information
alejandrodob committed Jul 27, 2015
2 parents 3473702 + 49c660d commit 41fa118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/home/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ <h2><i class="icon-group"></i>{{ _('Most Active Volunteers') }}</h2>
" rel="popover" data-original-title="<strong>{{user.fullname}}</strong>">
{{ account_helper.render_user_thumbnail(user, upload_method, style="height:90px; width:90px;") }}
</a>
<span class="label label-success">{{user.task_runs}}</span> <small>{{_('Tasks')}}</small>
<span class="label label-success">{{user.score}}</span> <small>{{_('Tasks')}}</small>
</li>
{% endfor %}
</ul>
Expand Down

0 comments on commit 41fa118

Please sign in to comment.