Commit f2365de426e331b59980640f90deaeef8bf46f86
1 parent
eb594b73
Exists in
staging
and in
4 other branches
Update profile activities when leave scraps
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/profile/_profile_scrap_reply_form.html.erb
1 | 1 | <div id='profile-wall-reply-<%= scrap.id%>' style='display:none'> |
2 | 2 | <div id='profile-wall-reply-form-<%= scrap.id%>' style='display:none'> |
3 | 3 | <p class='profile-wall-reply'> |
4 | - <%= form_remote_tag :url => {:controller => 'profile', :action => 'leave_scrap'}, :update => "profile_activities", :html => { :class => 'profile-wall-reply-form'} do %> | |
4 | + <%= form_remote_tag :url => {:controller => 'profile', :action => 'leave_scrap'}, :update => "profile_activities", :html => { :class => 'profile-wall-reply-form', 'data-update' => 'profile_activities'} do %> | |
5 | 5 | <%= expandable_text_area :scrap, |
6 | 6 | :content, |
7 | 7 | "reply_content_#{scrap.id}", | ... | ... |