mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
FIX: Latest should link to /latest
since the homepage can be
customized
This commit is contained in:
parent
0b648f4b18
commit
a6848bd9e9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue