diff --git a/javascripts/discourse/templates/tag/show.hbs b/javascripts/discourse/templates/tag/show.hbs new file mode 100644 index 0000000..4c65a04 --- /dev/null +++ b/javascripts/discourse/templates/tag/show.hbs @@ -0,0 +1,74 @@ + +
+ +
+ + + +
+ +
+ +
+
+ +
+
+
+ +
+ + + + {{#if this.showInfo}} + + {{/if}} + + + + + + {{#unless this.loading}} + + {{#if this.top}} +
+ +
+ {{else}} + {{#if this.topicTrackingState.hasIncoming}} +
+ + + +
+ {{/if}} + {{/if}} + + {{#if this.list.topics}} + + {{/if}} +
+ +
+ + + {{#unless this.list.canLoadMore}} + + {{i18n "topic.browse_all_tags"}} {{i18n "or"}} {{i18n "topic.view_latest_topics"}}. + + {{/unless}} +
+ {{/unless}} + + +
+
+
+
+ + +