Sha256: 608c62a7a5cd9d4e6cae4ecc9d77684fe511c3ab727d599c7867801b6636f55d
Contents?: true
Size: 845 Bytes
Versions: 1
Compression:
Stored size: 845 Bytes
Contents
= render :partial => 'readers/standard_parts' -content_for :instructions do - if current_reader && current_reader.activated? %p = t("activation_complete") - if session[:return_to] %p = link_to t("return_to_page"), session[:return_to] - else %div.activation - if @error %p.errornotice = @error %p = t('thanks_and_activation_instructions') = link_to(t("resend_activation"), new_reader_activation_url) + '.' - unless current_reader = t('enter_email_for_reminder') - content_for :breadcrumbs do = link_to t('Home'), '/' > = t('activate_account') - content_for :title do - if current_reader && current_reader.activated? = t('hello').titlecase = current_reader.name - else = t('activation_sent') = yield :instructions
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
radiant-reader-extension-1.3.12 | app/views/reader_activations/show.html.haml |