Add tooltip style on post report icon

This commit is contained in:
flaburgan 2015-02-28 16:57:41 +01:00
parent 93e8ed0ac5
commit 741a24bc08

View file

@ -29,7 +29,7 @@ app.views.StreamPost = app.views.Post.extend({
"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(){
var personId = this.model.get('author').id;