UX: Add "Assigned" to the page title for the assigned topic list
This commit is contained in:
parent
2ddc5c5bef
commit
9c72a2f5ca
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue