Optimize problem feed DB query
This commit is contained in:
parent
cffb76e220
commit
45b844d6c9
6 changed files with 20 additions and 47 deletions
|
@ -26,7 +26,7 @@
|
|||
<div class="blog-box">
|
||||
<h3 class="problem-feed-name">
|
||||
<a href="{{ url('problem_detail', problem.code) }}">
|
||||
{{ problem.name }}
|
||||
{{ problem.i18n_name }}
|
||||
</a>
|
||||
{% if problem.id in completed_problem_ids %}
|
||||
<i class="solved-problem-color fa fa-check-circle"></i>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue