Sha256: 11717b9243ac1d8cb4c2a5291bde366687f1175064c410ce7a99a5e378d189a1

Contents?: true

Size: 924 Bytes

Versions: 22

Compression:

Stored size: 924 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.name
  - else
    = t('reader_extension.activation_sent')
  
= render :partial => 'shared/standard_reader_parts'

= yield :instructions

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
radiant-reader-extension-3.0.20 app/views/reader_activations/show.html.haml
radiant-reader-extension-3.0.19 app/views/reader_activations/show.html.haml
radiant-reader-extension-3.0.18 app/views/reader_activations/show.html.haml
radiant-reader-extension-3.0.17 app/views/reader_activations/show.html.haml
radiant-reader-extension-3.0.16 app/views/reader_activations/show.html.haml
radiant-reader-extension-3.0.15 app/views/reader_activations/show.html.haml
radiant-reader-extension-3.0.14 app/views/reader_activations/show.html.haml
radiant-reader-extension-3.0.13 app/views/reader_activations/show.html.haml
radiant-reader-extension-3.0.11 app/views/reader_activations/show.html.haml
radiant-reader-extension-3.0.10 app/views/reader_activations/show.html.haml
radiant-reader-extension-3.0.9 app/views/reader_activations/show.html.haml
radiant-reader-extension-3.0.8 app/views/reader_activations/show.html.haml
radiant-reader-extension-3.0.7 app/views/reader_activations/show.html.haml
radiant-reader-extension-3.0.5 app/views/reader_activations/show.html.haml
radiant-reader-extension-3.0.4 app/views/reader_activations/show.html.haml
radiant-reader-extension-3.0.3 app/views/reader_activations/show.html.haml
radiant-reader-extension-3.0.2 app/views/reader_activations/show.html.haml
radiant-reader-extension-3.0.1 app/views/reader_activations/show.html.haml
radiant-reader-extension-3.0.0 app/views/reader_activations/show.html.haml
radiant-reader-extension-3.0.0.rc4 app/views/reader_activations/show.html.haml