mirror of
https://github.com/discourse/discourse.git
synced 2025-02-24 06:28:52 +00:00
FIX: Latest should link to /latest
since the homepage can be
customized
This commit is contained in:
parent
0b648f4b18
commit
a6848bd9e9
@ -12,7 +12,7 @@
|
||||
</li>
|
||||
{{/if}}
|
||||
<li>
|
||||
<a href="/" title="{{i18n filters.latest.help}}" class="latest-topics-link">{{i18n filters.latest.title}}</a>
|
||||
<a href="/latest" title="{{i18n filters.latest.help}}" class="latest-topics-link">{{i18n filters.latest.title}}</a>
|
||||
</li>
|
||||
{{#if showBadgesLink}}
|
||||
<li>
|
||||
|
Loading…
x
Reference in New Issue
Block a user