diff --git a/Changelog.md b/Changelog.md index 5b25e1b68..c47aa2c34 100644 --- a/Changelog.md +++ b/Changelog.md @@ -22,6 +22,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 @@
- + diff --git a/app/assets/templates/stream-element_tpl.jst.hbs b/app/assets/templates/stream-element_tpl.jst.hbs index 6347b73fc..bfba508f7 100644 --- a/app/assets/templates/stream-element_tpl.jst.hbs +++ b/app/assets/templates/stream-element_tpl.jst.hbs @@ -24,7 +24,7 @@