Sha256: fec9bc82314da64fc40c1174e35074616f2f2f507d1aa8ee02943add1230adf7

Contents?: true

Size: 934 Bytes

Versions: 15

Compression:

Stored size: 934 Bytes

Contents

-content_for :instructions do
  - if current_reader && current_reader.activated?
    %p
      = t("reader_extension.activation_complete")

    - if session[:return_to]
      %p 
        = link_to t("reader_extension.return_to_page"), session[:return_to]

  - else
    %div.activation
      - if @error
        %p.errornotice
          = @error
      %p
        = t('reader_extension.thanks_and_activation_instructions')

      %p
        = link_to(t("reader_extension.resend_activation"), new_reader_activation_url) + '.'

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

- content_for :title do
  - if current_reader && current_reader.activated?
    = t('reader_extension.hello').titlecase
    = current_reader.preferred_name
  - else
    = t('reader_extension.activation_sent')
  
= render :partial => 'shared/standard_reader_parts'

= yield :instructions

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
radiant-reader-extension-3.0.38 app/views/reader_activations/show.html.haml
radiant-reader-extension-3.0.37 app/views/reader_activations/show.html.haml
radiant-reader-extension-3.0.36 app/views/reader_activations/show.html.haml
radiant-reader-extension-3.0.35 app/views/reader_activations/show.html.haml
radiant-reader-extension-3.0.33 app/views/reader_activations/show.html.haml
radiant-reader-extension-3.0.32 app/views/reader_activations/show.html.haml
radiant-reader-extension-3.0.31 app/views/reader_activations/show.html.haml
radiant-reader-extension-3.0.30 app/views/reader_activations/show.html.haml
radiant-reader-extension-3.0.29 app/views/reader_activations/show.html.haml
radiant-reader-extension-3.0.28 app/views/reader_activations/show.html.haml
radiant-reader-extension-3.0.27 app/views/reader_activations/show.html.haml
radiant-reader-extension-3.0.26 app/views/reader_activations/show.html.haml
radiant-reader-extension-3.0.25 app/views/reader_activations/show.html.haml
radiant-reader-extension-3.0.24 app/views/reader_activations/show.html.haml
radiant-reader-extension-3.0.23 app/views/reader_activations/show.html.haml