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.1 app/views/posts/show.html.erb
social_stream-base-0.9.0 app/views/posts/show.html.erb
social_stream-base-0.8.2 app/views/posts/show.html.erb
social_stream-base-0.8.1 app/views/posts/show.html.erb
social_stream-base-0.8.0 app/views/posts/show.html.erb
social_stream-base-0.7.11 app/views/posts/show.html.erb
social_stream-base-0.7.10 app/views/posts/show.html.erb
social_stream-base-0.7.9 app/views/posts/show.html.erb
social_stream-base-0.7.8 app/views/posts/show.html.erb
social_stream-base-0.7.7 app/views/posts/show.html.erb
social_stream-base-0.7.6 app/views/posts/show.html.erb
social_stream-base-0.7.5 app/views/posts/show.html.erb