Sha256: 168a7db00a46ca33801c181c5ecde421f88357381a66d19dc8a41ff8e68fb2db

Contents?: true

Size: 883 Bytes

Versions: 37

Compression:

Stored size: 883 Bytes

Contents

- content_for :introduction do
  %p
    = t('reader_extension.please_register')

- content_for :form do
  = render :partial => 'form'

- content_for :notes do
  %h3
    = t('reader_extension.notes').titlecase
  %ul.friendly
    %li
      = t('reader_extension.confirming_email')
    %li
      = t('reader_extension.getting_gravatar')
      = link_to "gravatar.com" + '.', "http://www.gravatar.com"
    - if Radiant::Config['reader.terms_url']
      %li
        = t('reader_extension.please_read_our')
        = link_to t("reader_extension.terms_and_conditions"), Radiant::Config['reader.terms_url']

- content_for :breadcrumbs do
  = link_to t('reader_extension.home').titlecase, '/'
  > 
  = t('reader_extension.register').titlecase

- content_for :title do
  = t('reader_extension.new_account')

= render :partial => 'shared/standard_reader_parts'

= yield :form
= yield :notes

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
radiant-reader-extension-3.0.38 app/views/accounts/new.html.haml
radiant-reader-extension-3.0.37 app/views/accounts/new.html.haml
radiant-reader-extension-3.0.36 app/views/accounts/new.html.haml
radiant-reader-extension-3.0.35 app/views/accounts/new.html.haml
radiant-reader-extension-3.0.33 app/views/accounts/new.html.haml
radiant-reader-extension-3.0.32 app/views/accounts/new.html.haml
radiant-reader-extension-3.0.31 app/views/accounts/new.html.haml
radiant-reader-extension-3.0.30 app/views/accounts/new.html.haml
radiant-reader-extension-3.0.29 app/views/accounts/new.html.haml
radiant-reader-extension-3.0.28 app/views/accounts/new.html.haml
radiant-reader-extension-3.0.27 app/views/accounts/new.html.haml
radiant-reader-extension-3.0.26 app/views/accounts/new.html.haml
radiant-reader-extension-3.0.25 app/views/accounts/new.html.haml
radiant-reader-extension-3.0.24 app/views/accounts/new.html.haml
radiant-reader-extension-3.0.23 app/views/accounts/new.html.haml
radiant-reader-extension-3.0.20 app/views/accounts/new.html.haml
radiant-reader-extension-3.0.19 app/views/accounts/new.html.haml
radiant-reader-extension-3.0.18 app/views/accounts/new.html.haml
radiant-reader-extension-3.0.17 app/views/accounts/new.html.haml
radiant-reader-extension-3.0.16 app/views/accounts/new.html.haml