mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 16:24:55 +00:00
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'),
|
}.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'),
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user