UX: Add "Assigned" to the page title for the assigned topic list

This commit is contained in:
David Taylor 2019-08-02 15:51:14 +01:00
parent 2ddc5c5bef
commit 9c72a2f5ca
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,10 @@ export default UserTopicListRoute.extend({
}); });
}, },
titleToken() {
return I18n.t("discourse_assign.assigned");
},
renderTemplate() { renderTemplate() {
// TODO: This has to be removed when 2.3 becomes the new stable version. // TODO: This has to be removed when 2.3 becomes the new stable version.
const template = ListItemDefaults const template = ListItemDefaults