Sha256: 9265d2ecc40a6948590e9881beab6fb15e14ce37327e9fd870bd03f7e9eb462b

Contents?: true

Size: 403 Bytes

Versions: 3

Compression:

Stored size: 403 Bytes

Contents

<div class="space_center"></div>
<%= render :partial => "ties/suggestions" %>
<div class="space_center"></div>
<%= render :partial => 'ties/pendings' %>

  <% content_for :javascript do %>

    $(".suggestions .tie_close").livequery("click",function(){
    temp = $(this);
    $.get("<%=suggestion_ties_path%>", function(data) {
    temp.parents(".tie").replaceWith(data);
    });

    });

  <% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
social_stream-0.4.4 app/views/home/_sidebar.html.erb
social_stream-0.4.3 app/views/home/_sidebar.html.erb
social_stream-0.4.2 app/views/home/_sidebar.html.erb