Add tooltip style on post report icon
This commit is contained in:
parent
93e8ed0ac5
commit
741a24bc08
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue