优化课程中作品下内容显示代码
This commit is contained in:
parent
00d59a5596
commit
97599849ee
|
@ -62,7 +62,7 @@
|
|||
<% com_contents = work.work_status %>
|
||||
<% if com_contents != 0 && work.description %>
|
||||
<div class="showHworkP break_word upload_img" id="student_work_img_<%= work.id %>">
|
||||
<%= work.description.html_safe if work.description%>
|
||||
<%= work.description.html_safe %>
|
||||
</div>
|
||||
<% else %>
|
||||
<span style="color: #999999">该作品未在线下完成提交</span>
|
||||
|
|
Loading…
Reference in New Issue