Parameters
- body
- content
- content-header
- content-body
Show Source
<def tag='forgot-password-email-sent-page'>
<simple-page title='#{ht 'hobo.forgot_password_sent.title', :default=>['Forgotten Password - Sent'] }' merge>
<body: class='forgot-password-page' param/>
<content: param>
<header param='content-header'>
<h2 param><ht key='hobo.forgot_password_sent.heading'>Forgotten Password - Sent</ht></h2>
</header>
<section param='content-body'>
<p param='message'>
<ht key='hobo.forgot_password_sent.text' email='#{params[:email_address]}'>
If the e-mail address you entered, <%= h params[:email_address] %>,
is in our records, you will
receive an e-mail from us with instructions for resetting your
password. If you don't receive this e-mail, please check your
junk mail folder.</ht></p>
<p><a href='#{base_url}/'><ht key='hobo.actions.back'>Back to</ht> <app-name/></a></p>
</section>
</content:>
</simple-page>
</def>