diff --git a/Changelog.md b/Changelog.md index a354b4669..997795094 100644 --- a/Changelog.md +++ b/Changelog.md @@ -37,10 +37,13 @@ Although the chat was never enabled per default and was marked as experimental, # 0.7.16.0 ## Refactor +* Cache local posts/comments count for statistics [#8241](https://github.com/diaspora/diaspora/pull/8241) +* Fix html-syntax in some handlebars templates [#8251](https://github.com/diaspora/diaspora/pull/8251) ## Bug fixes ## Features +* Add tags to tumblr posts [#8244](https://github.com/diaspora/diaspora/pull/8244) # 0.7.15.0 diff --git a/app/assets/templates/aspect_membership_dropdown_tpl.jst.hbs b/app/assets/templates/aspect_membership_dropdown_tpl.jst.hbs index 03e24c939..f4a96f1c2 100644 --- a/app/assets/templates/aspect_membership_dropdown_tpl.jst.hbs +++ b/app/assets/templates/aspect_membership_dropdown_tpl.jst.hbs @@ -10,7 +10,7 @@ {{ t "aspect_dropdown.toggle" count=aspectMembershipsLength }} {{/if}} - + {{#if dropdownMayCreateNewAspect}} - diff --git a/app/assets/templates/pod_table_entry_tpl.jst.hbs b/app/assets/templates/pod_table_entry_tpl.jst.hbs index e43ee6c6f..46f0a9909 100644 --- a/app/assets/templates/pod_table_entry_tpl.jst.hbs +++ b/app/assets/templates/pod_table_entry_tpl.jst.hbs @@ -9,7 +9,7 @@ {{host}} - + {{#if has_no_errors}} @@ -18,10 +18,10 @@ {{status_text}} {{/if}} {{#unless is_unchecked}} -
{{t 'admin.pods.last_check'}} +
{{t 'admin.pods.last_check'}} {{/unless}} {{#if offline}} - | {{t 'admin.pods.offline_since'}} + | {{t 'admin.pods.offline_since'}} {{/if}} {{#if is_unchecked}}
{{t 'admin.pods.no_info'}}{{/if}}