app/views/activities/_root.html.erb in social_stream-0.1.7 vs app/views/activities/_root.html.erb in social_stream-0.2.0
- old
+ new
@@ -1,8 +1,7 @@
<%= div_for activity do %>
<div class="actor_logo">
- <%= link_to image_tag(activity.sender_subject.logo.url,
- :size => "35x35",
+ <%= link_to image_tag(activity.sender_subject.logo.url(:actor),
:alt => activity.sender_subject.name),
activity.sender_subject %>
</div>
<div class="activity_content">
\ No newline at end of file