socialforge/app/views/layouts/_user_brief_introduction.ht...

11 lines
367 B
Plaintext
Raw Normal View History

<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 %>
<% end %>
2016-12-12 10:55:19 +08:00
</div>
</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 %>