2016-06-13 15:29:15 +08:00
|
|
|
<span>
|
2016-12-12 10:55:19 +08:00
|
|
|
<div class="user_info_intro">
|
|
|
|
<% if !user.user_extensions.school_id.blank? %>
|
|
|
|
<%= user.user_extensions.school.name %>
|
2016-06-13 15:29:15 +08:00
|
|
|
<% end %>
|
2016-12-12 10:55:19 +08:00
|
|
|
</div>
|
2016-06-13 15:29:15 +08:00
|
|
|
</span>
|
2016-12-12 10:55:19 +08:00
|
|
|
<%# if User.current == user%>
|
|
|
|
<%#= link_to image_tag("../images/signature_edit.png",width:"12px", height: "12px"), "javascript:void(0);", :onclick => "show_edit_user_introduction();"%>
|
|
|
|
<%# end %>
|