Skip to content

Commit

Permalink
added missing class to cubbies photos in the stream for the lightbox
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgrippi committed Jul 11, 2011
1 parent d69f89f commit 875eaff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/shared/_stream_element.html.haml
Expand Up @@ -26,7 +26,7 @@
= link_to(how_long_ago(post), post_path(post))

- if post.activity_streams?
= link_to image_tag(post.image_url, 'data-small-photo' => post.image_url, 'data-full-photo' => post.image_url), post.object_url, :class => "stream-photo-link"
= link_to image_tag(post.image_url, 'data-small-photo' => post.image_url, 'data-full-photo' => post.image_url, :class => 'stream-photo'), post.object_url, :class => "stream-photo-link"
- else
= render 'status_messages/status_message', :post => post, :photos => post.photos

Expand Down

0 comments on commit 875eaff

Please sign in to comment.