Sha256: bd09265cfcc35079b9b829869f4e8a366904c41398034610df10877915d3ff36

Contents?: true

Size: 725 Bytes

Versions: 7

Compression:

Stored size: 725 Bytes

Contents

= render :partial => 'readers/flasher'

- if current_reader && current_reader.activated?
  %p
    = t("activation_complete")

  - if session[:return_to]
    %p 
      = link_to t("return_to_page"), session[:return_to]
    
  - content_for :title do
    = t('hello').titlecase
    = current_reader.name

- 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 :title do
    = t('activation_sent')

- content_for :breadcrumbs do
  = link_to t('Home'), '/'
  >
  = t('activate_account')

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
radiant-reader-extension-1.3.11 app/views/reader_activations/show.html.haml
radiant-reader-extension-1.3.10 app/views/reader_activations/show.html.haml
radiant-reader-extension-1.3.9 app/views/reader_activations/show.html.haml
radiant-reader-extension-1.3.8 app/views/reader_activations/show.html.haml
radiant-reader-extension-1.3.7 app/views/reader_activations/show.html.haml
radiant-reader-extension-1.3.6 app/views/reader_activations/show.html.haml
radiant-reader-extension-1.3.4 app/views/reader_activations/show.html.haml