From 1af0f4bf2dc15a4c06df3301d8279e185e54c13f Mon Sep 17 00:00:00 2001 From: Asphyxia Date: Sat, 12 Jan 2013 07:57:49 -0300 Subject: [PATCH] Issue #3828: Unify hide and ignore options --- Changelog.md | 2 +- app/assets/javascripts/app/views/stream_post_views.js | 2 +- app/assets/templates/stream-element_tpl.jst.hbs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index e7cab561f..51c0fbdba 100644 --- a/Changelog.md +++ b/Changelog.md @@ -27,7 +27,7 @@ * Re-add hovercards [#3802](https://github.com/diaspora/diaspora/pull/3802) * Add images to notifications [#3821](https://github.com/diaspora/diaspora/pull/3821) * Show pod version in footer and updated the link to the changelog [#3822](https://github.com/diaspora/diaspora/pull/3822) -* User interface enhancements [#3832](https://github.com/diaspora/diaspora/pull/3832), [#3839](https://github.com/diaspora/diaspora/pull/3839), [#3834](https://github.com/diaspora/diaspora/pull/3834), [#3840](https://github.com/diaspora/diaspora/issues/3840), [#3846](https://github.com/diaspora/diaspora/issues/3846), [#3851](https://github.com/diaspora/diaspora/issues/3851). +* User interface enhancements [#3832](https://github.com/diaspora/diaspora/pull/3832), [#3839](https://github.com/diaspora/diaspora/pull/3839), [#3834](https://github.com/diaspora/diaspora/pull/3834), [#3840](https://github.com/diaspora/diaspora/issues/3840), [#3846](https://github.com/diaspora/diaspora/issues/3846), [#3851](https://github.com/diaspora/diaspora/issues/3851), [#3828](https://github.com/diaspora/diaspora/issues/3828). ## Bug Fixes diff --git a/app/assets/javascripts/app/views/stream_post_views.js b/app/assets/javascripts/app/views/stream_post_views.js index 5a3c970ba..539b481dc 100644 --- a/app/assets/javascripts/app/views/stream_post_views.js +++ b/app/assets/javascripts/app/views/stream_post_views.js @@ -20,7 +20,7 @@ app.views.StreamPost = app.views.Post.extend({ "click .block_user": "blockUser" }, - tooltipSelector : ".delete, .block_user, .post_scope", + tooltipSelector : ".delete, .block_user, .post_scope, .ignore", initialize : function(){ this.model.bind('remove', this.remove, this); diff --git a/app/assets/templates/stream-element_tpl.jst.hbs b/app/assets/templates/stream-element_tpl.jst.hbs index f2b04c23b..29856a23e 100644 --- a/app/assets/templates/stream-element_tpl.jst.hbs +++ b/app/assets/templates/stream-element_tpl.jst.hbs @@ -4,7 +4,7 @@
{{#unless authorIsCurrentUser}} - Ignoreuser + Ignoreuser