实训首页,方块信息中的名称悬浮效果去除,它是没有链接的
This commit is contained in:
parent
a3bb2f7e8c
commit
c86ade28ee
|
|
@ -14,7 +14,7 @@
|
|||
<%#= link_to image_tag(url_to_avatar(shixun.owner), :width =>"60", :height => "60", :class => "panel-warp-img mr10 fl", :alt=>"头像"), "javascrip:void(0);" %>
|
||||
<a href="javascript:void(0);"><%= image_tag(url_to_avatar(shixun.owner), :width =>"60", :height => "60", :class => "panel-warp-img mr10 fl", :alt=>"头像") %></a>
|
||||
<%#= link_to shixun.owner.try(:show_name), "javascript:void(0);" , :class => "task-index-name task-hide fl", :target => "_blank" %>
|
||||
<a href="javascript:void(0);" class="task-index-name task-hide fl"><%= shixun.owner.try(:show_name) %></a>
|
||||
<span class="task-index-name task-hide fl"><%= shixun.owner.try(:show_name) %></span>
|
||||
</div>
|
||||
<div class="cl"></div>
|
||||
<span class="mt10 mb10"><%= shixun.language == "JDBC" ? "Java/SQL" : shixun.language %></span>
|
||||
|
|
|
|||
Loading…
Reference in New Issue