Sha256: b95cf41676037bb5604c436a3b270f588ab7a8134118b353017f0e5ce3971229

Contents?: true

Size: 322 Bytes

Versions: 49

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 => @link } %>

Version data entries

49 entries across 49 versions & 4 rubygems

Version Path
social_stream-0.23.1 linkser/app/views/links/show.html.erb
social_stream-linkser-0.7.0 app/views/links/show.html.erb
social_stream-0.22.1 linkser/app/views/links/show.html.erb
social_stream-0.22.0 linkser/app/views/links/show.html.erb
social_stream-0.21.4 linkser/app/views/links/show.html.erb
social_stream-linkser-0.6.1 app/views/links/show.html.erb
social_stream-0.21.3 linkser/app/views/links/show.html.erb
social_stream-0.21.2 linkser/app/views/links/show.html.erb
social_stream-0.21.1 linkser/app/views/links/show.html.erb
social_stream-0.21.0 linkser/app/views/links/show.html.erb
social_stream-linkser-0.6.0 app/views/links/show.html.erb
social_stream-0.20.2 linkser/app/views/links/show.html.erb
social_stream-0.20.1 linkser/app/views/links/show.html.erb
social_stream-0.20.0 linkser/app/views/links/show.html.erb
social_stream-linkser-0.5.0 app/views/links/show.html.erb
social_stream-0.19.3 linkser/app/views/links/show.html.erb
social_stream-0.19.2 linkser/app/views/links/show.html.erb
social_stream-0.19.1 linkser/app/views/links/show.html.erb
vkhater-social_stream-0.16.3.3 linkser/app/views/links/show.html.erb
vkhater-social_stream-linkser-0.1.1 app/views/links/show.html.erb