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-0.19.3 base/app/views/posts/show.html.erb
social_stream-base-0.14.3 app/views/posts/show.html.erb
social_stream-0.19.2 base/app/views/posts/show.html.erb
social_stream-base-0.14.2 app/views/posts/show.html.erb
social_stream-0.19.1 base/app/views/posts/show.html.erb
social_stream-base-0.14.1 app/views/posts/show.html.erb
vkhater-social_stream-0.16.3.3 base/app/views/posts/show.html.erb
vkhater-social_stream-base-0.11.2 app/views/posts/show.html.erb
social_stream-0.19.0 base/app/views/posts/show.html.erb
social_stream-base-0.14.0 app/views/posts/show.html.erb
social_stream-0.18.2 base/app/views/posts/show.html.erb
social_stream-base-0.13.2 app/views/posts/show.html.erb
social_stream-0.18.1 base/app/views/posts/show.html.erb
social_stream-base-0.13.1 app/views/posts/show.html.erb
social_stream-0.18.0 base/app/views/posts/show.html.erb
social_stream-base-0.13.0 app/views/posts/show.html.erb
social_stream-0.17.1 base/app/views/posts/show.html.erb
social_stream-base-0.12.1 app/views/posts/show.html.erb
social_stream-0.17.0 base/app/views/posts/show.html.erb
social_stream-base-0.12.0 app/views/posts/show.html.erb