Sha256: 0baf15d5e5c492652f9406556227e5410f534f6472ca71e8bd3baaed666be7b5

Contents?: true

Size: 322 Bytes

Versions: 152

Compression:

Stored size: 322 Bytes

Contents

<% content_for :javascript do %>
    var message_hash = window.location.hash.match(/^.*activity_(\d+).*$/);
    if (message_hash && message_hash > 0){
      $.scrollTo('#activity_' + message_hash[1] ,1500,{axis:'y'});
    }
<% end %>

<%= render :partial => 'objects/show',
           :locals  => { :object => @post } %>

Version data entries

152 entries across 152 versions & 4 rubygems

Version Path
social_stream-base-0.9.32 app/views/posts/show.html.erb
social_stream-0.12.9 base/app/views/posts/show.html.erb
social_stream-base-0.9.31 app/views/posts/show.html.erb
social_stream-0.12.8 base/app/views/posts/show.html.erb
social_stream-base-0.9.30 app/views/posts/show.html.erb
social_stream-0.12.7 base/app/views/posts/show.html.erb
social_stream-base-0.9.29 app/views/posts/show.html.erb
social_stream-0.12.6 base/app/views/posts/show.html.erb
social_stream-0.12.5 base/app/views/posts/show.html.erb
social_stream-base-0.9.28 app/views/posts/show.html.erb
social_stream-0.12.4 base/app/views/posts/show.html.erb
social_stream-base-0.9.27 app/views/posts/show.html.erb
social_stream-0.12.3 base/app/views/posts/show.html.erb
social_stream-base-0.9.26 app/views/posts/show.html.erb
social_stream-0.12.2 base/app/views/posts/show.html.erb
social_stream-base-0.9.25 app/views/posts/show.html.erb
social_stream-0.12.1 base/app/views/posts/show.html.erb
social_stream-base-0.9.24 app/views/posts/show.html.erb
social_stream-0.12.0 base/app/views/posts/show.html.erb
social_stream-base-0.9.23 app/views/posts/show.html.erb