3 lines
237 B
Plaintext
3 lines
237 B
Plaintext
|
$("#user_brief_introduction_show").html("<%= escape_javascript render(:partial => "layouts/user_brief_introduction", :locals => {:user => @user}) %>");
|
||
|
$("#user_brief_introduction_show").show();
|
||
|
$("#user_brief_introduction_edit").hide();
|