From 13bf6a6d7bfdc448adfe961d10dd580cdeffa0b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Hanol?= Date: Mon, 9 Nov 2015 11:24:19 +0100 Subject: [PATCH] UX: move 'new dot' in mobile topics lists at the end of the topic title --- .../discourse/templates/list/post-count-or-badges.raw.hbs | 5 +---- .../templates/mobile/components/basic-topic-list.hbs | 4 +++- .../discourse/templates/mobile/discovery/categories.hbs | 4 +++- .../discourse/templates/mobile/list/topic_list_item.raw.hbs | 3 +++ app/assets/stylesheets/mobile/topic-list.scss | 4 ++-- 5 files changed, 12 insertions(+), 8 deletions(-) diff --git a/app/assets/javascripts/discourse/templates/list/post-count-or-badges.raw.hbs b/app/assets/javascripts/discourse/templates/list/post-count-or-badges.raw.hbs index 88dfe8f00..4e41ba326 100644 --- a/app/assets/javascripts/discourse/templates/list/post-count-or-badges.raw.hbs +++ b/app/assets/javascripts/discourse/templates/list/post-count-or-badges.raw.hbs @@ -1,8 +1,5 @@ {{#if view.showBadges}} {{raw "topic-post-badges" unread=topic.unread newPosts=topic.displayNewPosts unseen=topic.unseen url=topic.lastUnreadUrl}} {{else}} - {{#if topic.unseen}} - - {{/if}} {{raw "list/posts-count-column" topic=topic tagName="div"}} -{{/if}} \ No newline at end of file +{{/if}} diff --git a/app/assets/javascripts/discourse/templates/mobile/components/basic-topic-list.hbs b/app/assets/javascripts/discourse/templates/mobile/components/basic-topic-list.hbs index 06af1df5d..92a502662 100644 --- a/app/assets/javascripts/discourse/templates/mobile/components/basic-topic-list.hbs +++ b/app/assets/javascripts/discourse/templates/mobile/components/basic-topic-list.hbs @@ -8,7 +8,9 @@