2015-08-21 16:29:25 +08:00
|
|
|
$("#user_brief_introduction_show").html("<%= escape_javascript render(:partial => "layouts/user_brief_introduction", :locals => {:user => @user}) %>");
|
|
|
|
$("#user_brief_introduction_show").show();
|
2016-06-13 15:29:15 +08:00
|
|
|
$("#user_brief_introduction_edit").hide();
|
|
|
|
autoUrl("user_brief_introduction_show");
|