Skip to content

Commit bff408a

Browse files
Merge pull request #85 from AtlasOfLivingAustralia/issue-42
replace unsubscribe-all link with manage-your-alerts link per #42
2 parents 423bb1f + 93f7100 commit bff408a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grails-app/views/email/_unsubscribe.gsp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<div>
33
<g:message code="email.unsubscribe.query" args="[unsubscribeOne, query.name]" />
44
<br>
5-
<g:message code="email.unsubscribe.all" args="[unsubscribeAll, grailsApplication.config.skin.orgNameLong]" />
5+
<a href="${stopNotification}"><g:message code="alert.manage" /></a>
66
</div>
77
</div>

0 commit comments

Comments
 (0)