diff --git a/Changelog.md b/Changelog.md index c9b28d8f5..8327b136e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,7 @@ ## Refactor * Remove rails\_admin [#7440](https://github.com/diaspora/diaspora/pull/7440) +* Use guid instead of id at permalink and in SPV [#7453](https://github.com/diaspora/diaspora/pull/7453) ## Bug fixes * Make photo upload button hover text translatable [#7429](https://github.com/diaspora/diaspora/pull/7429) diff --git a/app/assets/templates/single-post-viewer/single-post-content_tpl.jst.hbs b/app/assets/templates/single-post-viewer/single-post-content_tpl.jst.hbs index 75d051777..dd96957c5 100644 --- a/app/assets/templates/single-post-viewer/single-post-content_tpl.jst.hbs +++ b/app/assets/templates/single-post-viewer/single-post-content_tpl.jst.hbs @@ -39,11 +39,11 @@ {{/if}} {{#if root}} - + {{else}} - + {{/if}} @@ -91,7 +91,7 @@