Make the whole "view older notifications..." a link target
This commit is contained in:
parent
a83312513e
commit
2d684899f7
|
@ -25,7 +25,7 @@
|
||||||
{{#each notifications as |n|}}
|
{{#each notifications as |n|}}
|
||||||
{{notification-item notification=n}}
|
{{notification-item notification=n}}
|
||||||
{{/each}}
|
{{/each}}
|
||||||
<li class="read last">
|
<li class="read last heading">
|
||||||
{{#d-link path=notificationsPath}}
|
{{#d-link path=notificationsPath}}
|
||||||
{{i18n 'notifications.more'}}…
|
{{i18n 'notifications.more'}}…
|
||||||
{{/d-link}}
|
{{/d-link}}
|
||||||
|
|
Loading…
Reference in New Issue