diff --git a/app/assets/javascripts/discourse/templates/header.hbs b/app/assets/javascripts/discourse/templates/header.hbs index 4f2d59630..d7d74fb14 100644 --- a/app/assets/javascripts/discourse/templates/header.hbs +++ b/app/assets/javascripts/discourse/templates/header.hbs @@ -99,27 +99,27 @@ {{/if}}
-

- {{#if showPrivateMessageGlyph}} - {{fa-icon envelope}} - {{/if}} - - {{#if topic.details.loaded}} - {{topic-status topic=topic}} - {{{topic.fancy_title}}} - {{else}} - {{#if topic.errorLoading}} - {{topic.errorTitle}} - {{else}} - {{i18n topic.loading}} +

+ {{#if showPrivateMessageGlyph}} + {{fa-icon envelope}} {{/if}} + + {{#if topic.details.loaded}} + {{topic-status topic=topic}} + {{{topic.fancy_title}}} + {{else}} + {{#if topic.errorLoading}} + {{topic.errorTitle}} + {{else}} + {{i18n topic.loading}} + {{/if}} + {{/if}} +

+ {{#if topic.category.parentCategory}} + {{bound-category-link topic.category.parentCategory onlyStripe="true"}} {{/if}} - - {{#if topic.category.parentCategory}} - {{bound-category-link topic.category.parentCategory onlyStripe="true"}} - {{/if}} - {{bound-category-link topic.category onlyStripe="true"}} -
+ {{bound-category-link topic.category onlyStripe="true"}} + {{/if}} diff --git a/app/assets/javascripts/discourse/templates/topic.hbs b/app/assets/javascripts/discourse/templates/topic.hbs index a79b9f703..81c24093c 100644 --- a/app/assets/javascripts/discourse/templates/topic.hbs +++ b/app/assets/javascripts/discourse/templates/topic.hbs @@ -9,14 +9,11 @@ {{#if postStream.firstPostPresent}}
+ {{#if showStarButton}} + + {{/if}} - {{#if showStarButton}} - - {{/if}} - -
- - +
{{#if editingTopic}} {{#if isPrivateMessage}} {{fa-icon envelope}} @@ -56,12 +53,10 @@ {{/if}} {{bound-category-link category}} {{/unless}} - -
- {{/if}} - {{plugin-outlet "topic-title"}}
+ {{plugin-outlet "topic-title"}} +
{{/if}}