FIX: tag link in breadcrumbs on subfolder installs
This commit is contained in:
parent
068ce19ae2
commit
b19dfba497
|
@ -8,6 +8,6 @@ export default Ember.Component.extend({
|
|||
}.property('tagRecord.id'),
|
||||
|
||||
href: function() {
|
||||
return '/tags/' + this.get('tagRecord.id');
|
||||
return Discourse.getURL('/tags/' + this.get('tagRecord.id'));
|
||||
}.property('tagRecord.id'),
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue