评分控件不能用问题
This commit is contained in:
parent
96626eeb6b
commit
aeaa212c35
|
@ -1,4 +1,4 @@
|
|||
<div>评分:
|
||||
<%= rating_for homework, dimension: :quality, class: 'rateable div_inline' %>
|
||||
<!-- <span style="font-size: 11px">(您可以对作业进行多次评价,以最后一次评价为最终结果)</span>-->
|
||||
<span style="font-size: 11px">(您可以对作业进行多次评价,以最后一次评价为最终结果)</span>
|
||||
</div>
|
|
@ -8,6 +8,7 @@
|
|||
//如果要做成点击后再转到请将<li>中的onmouseover 改成 onclick;
|
||||
//]]>
|
||||
</script>
|
||||
<%= javascript_include_tag 'seems_rateable/jRating', 'seems_rateable/rateable'%>
|
||||
<div id="popbox">
|
||||
<div class="ping_con">
|
||||
<h2><%= @homework.name %></h2>
|
||||
|
@ -48,7 +49,7 @@
|
|||
</p>
|
||||
|
||||
<div class="ping_star">
|
||||
评分:
|
||||
<%= l(:label_work_rating) %>:
|
||||
<%= rating_for @homework, dimension: :quality, class: 'rateable div_inline' %>
|
||||
</div>
|
||||
<div class="cl"></div>
|
||||
|
|
Loading…
Reference in New Issue