diff --git a/assets/javascripts/discourse/templates/mobile/components/assigned-topic-list-item.hbs b/assets/javascripts/discourse/templates/mobile/components/assigned-topic-list-item.hbs deleted file mode 100644 index 5f778f0..0000000 --- a/assets/javascripts/discourse/templates/mobile/components/assigned-topic-list-item.hbs +++ /dev/null @@ -1,77 +0,0 @@ - - -
- {{#if this.topic.assigned_to_user}} - - {{else if this.topic.assigned_to_group}} - - {{else}} - - {{/if}} -
-
-
- {{discourse-tags this.topic mode="list" tagsForUser=this.tagsForUser}} -
- {{raw - "list/activity-column" - topic=this.topic - tagName="div" - class="num activity last" - }} - {{this.topic.last_poster_username}} -
- {{#unless this.hideCategory}} -
- {{category-link this.topic.category}} -
- {{/unless}} -
-
- \ No newline at end of file diff --git a/assets/javascripts/discourse/templates/mobile/components/basic-assigned-topic-list.hbs b/assets/javascripts/discourse/templates/mobile/components/basic-assigned-topic-list.hbs deleted file mode 100644 index 510fed4..0000000 --- a/assets/javascripts/discourse/templates/mobile/components/basic-assigned-topic-list.hbs +++ /dev/null @@ -1,40 +0,0 @@ - - {{#if this.hasIncoming}} -
- - - -
- {{/if}} - - {{#if this.topics}} - - - {{#each this.topics as |topic|}} - - {{/each}} - -
- {{else}} -
- {{i18n "choose_topic.none_found"}} -
- {{/if}} -
\ No newline at end of file