Merge branch 'cxt_course' of https://git.trustie.net/jacknudt/trustieforge into cxt_course
This commit is contained in:
commit
27678d09f6
|
@ -52,7 +52,7 @@
|
||||||
<span title ="该项目是私有的"><%=work.project.name %></span>
|
<span title ="该项目是私有的"><%=work.project.name %></span>
|
||||||
<% end %>
|
<% end %>
|
||||||
<%#= link_to( work.project.name, project_path(work.project.id), :class => "linkBlue" )%>
|
<%#= link_to( work.project.name, project_path(work.project.id), :class => "linkBlue" )%>
|
||||||
<span class="ml5">(综合评分:<font class="c_red"><%=work.project.project_score.score.to_i %></font>)</span>
|
<span class="ml5">(综合评分:<font class="c_red"><%=static_project_score(work.project.project_score).to_i %></font>)</span>
|
||||||
</li>
|
</li>
|
||||||
<% end %>
|
<% end %>
|
||||||
<% end%>
|
<% end%>
|
||||||
|
|
Loading…
Reference in New Issue