Use tipsy for post scope tooltip
This commit is contained in:
parent
ba11bb6d89
commit
8dc1b70621
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue