This commit is contained in:
parent
3a3196c060
commit
275dbdea84
|
@ -1,18 +1,19 @@
|
|||
<div class="pr">
|
||||
<div class="commentPanel" id="questionPanel">
|
||||
<p class="ques-title">
|
||||
{% for self_anno in self_annos%}
|
||||
{% if self_anno.linenum == 0 %}
|
||||
{% if isdir == 0 %}
|
||||
该代码文件共有系统推送问题<i class="fa fa-star color-orange lineHeight30" ></i>{{issuenum}}个,
|
||||
{% endif %}
|
||||
{% if isdir == 1 %}
|
||||
该代码模块共有系统推送问题<i class="fa fa-star color-orange lineHeight30" ></i>{{issuenum}}个,
|
||||
{% endif %}
|
||||
{% else %}
|
||||
该代码行共有系统推送问题<i class="fa fa-star color-orange lineHeight30" ></i>{{issuenum}}个,
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{# {% for self_anno in self_annos%}#}
|
||||
{# {% if self_anno.linenum == 0 %}#}
|
||||
{# {% if isdir == 0 %}#}
|
||||
{# 该代码文件共有系统推送问题<i class="fa fa-star color-orange lineHeight30" ></i>{{issuenum}}个,#}
|
||||
{# {% endif %}#}
|
||||
{# {% if isdir == 1 %}#}
|
||||
{# 该代码模块共有系统推送问题<i class="fa fa-star color-orange lineHeight30" ></i>{{issuenum}}个,#}
|
||||
{# {% endif %}#}
|
||||
{# {% else %}#}
|
||||
{# 该代码行共有系统推送问题<i class="fa fa-star color-orange lineHeight30" ></i>{{issuenum}}个,#}
|
||||
{# {% endif %}#}
|
||||
{# {% endfor %}#}
|
||||
该代码行共有系统推送问题<i class="fa fa-star color-orange lineHeight30" ></i>{{issuenum}}个,
|
||||
用户提问<i class="fa fa-star color-dark-blue lineHeight30"></i>{{questionnum}}个</p>
|
||||
{% include 'projects/filesub/one-choice-issue.html' %}
|
||||
{% include 'projects/filesub/muti-choice-issue.html' %}
|
||||
|
|
Loading…
Reference in New Issue