source: trunk/grails-app/views/templates/nimble/mail/_accountregistration_email.gsp @ 782

Last change on this file since 782 was 782, checked in by duh, 13 years ago
  • fixed nimble installation
File size: 572 bytes
Line 
1<html>
2
3<head>
4
5</head>
6
7<body>
8       
9        <p>
10                <g:message code="nimble.template.mail.accountregistration.descriptive" />
11        </p>
12
13        <p>
14                <a href="${createLink(absolute:true, controller: 'account', action: 'validateuser', id: user.id, params: [activation: user.actionHash])}"><g:message code="nimble.link.activateaccount" /></a>
15        </p>
16
17        <p>
18                <g:message code="nimble.template.mail.accountregistration.trouble" />
19        </p>
20        <p>
21                ${createLink(absolute:true, controller: 'account', action: 'validateuser', id: user.id, params: [activation: user.actionHash])}
22        </p>
23
24</body>
25
26</html>
Note: See TracBrowser for help on using the repository browser.