课程页面增加问卷调查的链接

This commit is contained in:
sw 2015-01-12 17:01:39 +08:00
parent 475b046898
commit d2dfff33d0
2 changed files with 5 additions and 0 deletions

View File

@ -275,6 +275,10 @@
</div>
<div class="user_underline"></div>
<div class="user_fans">
<%= link_to l(:label_poll), poll_index_path(:polls_type => "Course", :polls_group_id => @course.id)%>
</div>
</div>
</div>
<div id="content">

View File

@ -2242,4 +2242,5 @@ zh:
label_file_lost: 以下无法成功下载,请联系相关人员重新上传:
label_file_exist: 该作品中有重复命名文件,请通过文件名学号和姓名信息进入该作业详细界面手动下载
label_poll_new: 未命名问卷
label_poll: 问卷调查