diff --git a/app/views/shared/_stream_element.html.haml b/app/views/shared/_stream_element.html.haml index 2fd74b23c..3c55eb299 100644 --- a/app/views/shared/_stream_element.html.haml +++ b/app/views/shared/_stream_element.html.haml @@ -2,6 +2,11 @@ -# licensed under the Affero General Public License version 3 or later. See -# the COPYRIGHT file. +:javascript + $(function() { + $("span.post_scope").tipsy({trigger: 'hover', gravity: 'n'}); + }); + .stream_element{:id => post.guid} - if user_signed_in? - if post.author.owner_id == current_user.id