Merge pull request #5713 from Flaburgan/tooltip-class

Add tooltip style on post report icon
This commit is contained in:
Jonne Haß 2015-02-28 18:04:07 +01:00
commit 51f2bd64ef

View file

@ -29,7 +29,7 @@ app.views.StreamPost = app.views.Post.extend({
"click .destroy_participation": "destroyParticipation" "click .destroy_participation": "destroyParticipation"
}, },
tooltipSelector : ".timeago, .post_scope, .block_user, .delete, .create_participation, .destroy_participation", tooltipSelector : ".timeago, .post_scope, .post_report, .block_user, .delete, .create_participation, .destroy_participation",
initialize : function(){ initialize : function(){
var personId = this.model.get('author').id; var personId = this.model.get('author').id;