mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: tag link in breadcrumbs on subfolder installs
This commit is contained in:
@@ -8,6 +8,6 @@ export default Ember.Component.extend({
|
|||||||
}.property('tagRecord.id'),
|
}.property('tagRecord.id'),
|
||||||
|
|
||||||
href: function() {
|
href: function() {
|
||||||
return '/tags/' + this.get('tagRecord.id');
|
return Discourse.getURL('/tags/' + this.get('tagRecord.id'));
|
||||||
}.property('tagRecord.id'),
|
}.property('tagRecord.id'),
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user