diff --git a/Changelog.md b/Changelog.md index 985e18f0c..315cc0976 100644 --- a/Changelog.md +++ b/Changelog.md @@ -8,6 +8,7 @@ * Remove reference from reshares when original post is deleted [#7578](https://github.com/diaspora/diaspora/pull/7578) * Merge migrations from before 0.6.0.0 to CreateSchema [#7580](https://github.com/diaspora/diaspora/pull/7580) * Remove auto detection of languages with highlightjs [#7591](https://github.com/diaspora/diaspora/pull/7591) +* Move enable/disable notification icon [#7592](https://github.com/diaspora/diaspora/pull/7592) ## Bug fixes * Fix displaying polls with long answers [#7579](https://github.com/diaspora/diaspora/pull/7579) diff --git a/app/assets/templates/post-controls_tpl.jst.hbs b/app/assets/templates/post-controls_tpl.jst.hbs index 560f366f4..4e6238391 100644 --- a/app/assets/templates/post-controls_tpl.jst.hbs +++ b/app/assets/templates/post-controls_tpl.jst.hbs @@ -3,12 +3,6 @@ {{else}} - - - - - - {{#if participation}} @@ -18,6 +12,12 @@ {{/if}} + + + + + + diff --git a/app/assets/templates/single-post-viewer/single-post-moderation_tpl.jst.hbs b/app/assets/templates/single-post-viewer/single-post-moderation_tpl.jst.hbs index d81f6a14b..f58389501 100644 --- a/app/assets/templates/single-post-viewer/single-post-moderation_tpl.jst.hbs +++ b/app/assets/templates/single-post-viewer/single-post-moderation_tpl.jst.hbs @@ -5,12 +5,6 @@ {{else}} - - - - - - {{#if participation}} @@ -20,6 +14,12 @@ {{/if}} + + + + + +