|
|
|
@ -3,8 +3,8 @@
|
|
|
|
|
<div class="task_popup_con">
|
|
|
|
|
<div class="clearfix mb10 bor-bottom-greyE pb10">
|
|
|
|
|
<p class="fl mt5">
|
|
|
|
|
<%= link_to @shixun.owner.try(:show_real_name), user_path(@shixun.owner), :class => "color-grey3 fl", :target => "_blank" %>
|
|
|
|
|
<span class="fl mr5 ml3">/</span>
|
|
|
|
|
<%#= link_to @shixun.owner.try(:show_real_name), user_path(@shixun.owner), :class => "color-grey3 fl", :target => "_blank" %>
|
|
|
|
|
<!-- <span class="fl mr5 ml3">/</span>-->
|
|
|
|
|
<%= link_to @shixun.name, shixun_path(@shixun), :class => "edu-info-dark fl task-hide",:style=>"max-width:300px", :target => "_blank" %>
|
|
|
|
|
</p>
|
|
|
|
|
<% if User.current.has_teacher_role(@homework.course) || User.current.admin? || @work.user == User.current %>
|
|
|
|
|