Sha256: 72f240e4035d79e0a246369c26709871fccf966bd4235062b203318f3eca3c43

Contents?: true

Size: 834 Bytes

Versions: 15

Compression:

Stored size: 834 Bytes

Contents

- content_for :introduction do
  %p
    = t("reader_extension.hello").titlecase
    = link_to(@reader.preferred_name, reader_url(@reader)) + '.'
    = t("reader_extension.profile_intro_#{Radiant.config['reader.directory_visibility']}")
    
- content_for :breadcrumbs do 
  = link_to t('reader_extension.home').titlecase, '/'
  >
  = link_to t('reader_extension.readers').titlecase, readers_url
  >
  = link_to t('reader_extension.you').titlecase, reader_profile_url
  >
  = t('reader_extension.edit_profile')

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

= render :partial => 'shared/standard_reader_parts'

- content_for :main do
  / brings in partials _preamble, _profile_form, _gravatar
  = render_region :main

- content_for :sidebar do
  / not defined here
  = render_region :sidebar

= yield :main

Version data entries

15 entries across 15 versions & 1 rubygems

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