From 741a24bc08aa25e54b0fff1ed1a87a91005b0ae3 Mon Sep 17 00:00:00 2001 From: flaburgan Date: Sat, 28 Feb 2015 16:57:41 +0100 Subject: [PATCH] Add tooltip style on post report icon --- app/assets/javascripts/app/views/stream_post_views.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/app/views/stream_post_views.js b/app/assets/javascripts/app/views/stream_post_views.js index 5a317bdd4..fb44250f6 100644 --- a/app/assets/javascripts/app/views/stream_post_views.js +++ b/app/assets/javascripts/app/views/stream_post_views.js @@ -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;