UX: Change "What's new in Discourse?" link (#30140)

We want to point to our dedicated /admin/whats-new
page which is more focused and has better screenshots
and so on.
This commit is contained in:
Martin Brennan 2024-12-06 10:11:18 +10:00 committed by GitHub
parent 71bec686a2
commit 9c4c17ad3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -166,14 +166,9 @@
this.model.attributes.discourse_updated_at
leaveAgo="true"
}}</p>
<a
rel="noopener noreferrer"
target="_blank"
href={{this.model.attributes.release_notes_link}}
class="btn btn-default"
>
<LinkTo @route="admin.whatsNew">
{{i18n "admin.dashboard.whats_new_in_discourse"}}
</a>
</LinkTo>
</div>
{{/if}}
</div>