Skip to content

Commit

Permalink
Merge tag '0.144.1' into develop
Browse files Browse the repository at this point in the history
Hotfix see all subject link for highlighted subjects
  • Loading branch information
adlius committed Oct 10, 2023
2 parents 882e790 + e1e36f2 commit 3ecdb81
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions app/templates/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,12 @@
{{/if}}
</h2>
{{#if theme.provider.hasHighlightedSubjects}}
{{#link-to (route-prefix 'discover') class="seeAllSubjects"}}
<a
class="seeAllSubjects"
href="{{host}}preprints/{{theme.provider.id}}/discover"
>
{{t 'index.subjects.links.seeAllSubjects'}}
{{/link-to}}
</a>
{{/if}}
<div class="subjectsList p-lg">
{{#if theme.provider.additionalProviders}}
Expand Down

0 comments on commit 3ecdb81

Please sign in to comment.