修改页面代码

This commit is contained in:
sw 2015-03-04 16:55:25 +08:00
parent 2e70d0d167
commit a2d986f70c
1 changed files with 3 additions and 4 deletions

View File

@ -104,10 +104,9 @@
<% if @project.project_type == 0 && project_score != 0 %>
<%= l(:label_project_grade)%> :
<%= link_to(project_score, {:controller => 'projects',
:action => 'show_projects_score',
:remote => true,
:id => @project.id
}, :style => "color: #EC6300;")%>
:action => 'show_projects_score',
:remote => true,
:id => @project.id}, :style => "color: #EC6300;")%>
<% end %>
<!-- end -->
</div>