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.19.0 linkser/app/views/links/show.html.erb
social_stream-linkser-0.4.0 app/views/links/show.html.erb
social_stream-0.18.2 linkser/app/views/links/show.html.erb
social_stream-0.18.1 linkser/app/views/links/show.html.erb
social_stream-0.18.0 linkser/app/views/links/show.html.erb
social_stream-linkser-0.3.0 app/views/links/show.html.erb
social_stream-0.17.1 linkser/app/views/links/show.html.erb
social_stream-0.17.0 linkser/app/views/links/show.html.erb
social_stream-linkser-0.2.0 app/views/links/show.html.erb
social_stream-0.16.3 linkser/app/views/links/show.html.erb
social_stream-0.16.2 linkser/app/views/links/show.html.erb
social_stream-linkser-0.1.1 app/views/links/show.html.erb
social_stream-0.16.1 linkser/app/views/links/show.html.erb
social_stream-linkser-0.1.0 app/views/links/show.html.erb
social_stream-0.15.8 linkser/app/views/links/show.html.erb
social_stream-0.15.7 linkser/app/views/links/show.html.erb
social_stream-0.15.6 linkser/app/views/links/show.html.erb
social_stream-linkser-0.0.6 app/views/links/show.html.erb
social_stream-0.15.5 linkser/app/views/links/show.html.erb
social_stream-linkser-0.0.5 app/views/links/show.html.erb