Sha256: 9c0afbe1080708a98900d647eb2f4c71917caaaf0a7e2542332f8dbdf210e1a3

Contents?: true

Size: 452 Bytes

Versions: 2

Compression:

Stored size: 452 Bytes

Contents

- content_for :breadhead do
  = link_to t('reader_extension.readers').titlecase, readers_url
  = t('reader_extension.separator')

- content_for :title do
  = @reader.name

- content_for :breadcrumbs do
  = yield :breadhead
  = t('reader_extension.separator')
  = yield :title

= render :partial => 'shared/standard_reader_parts'

- content_for :sidebar do
  - render_region :sidebar    

- content_for :main do
  - render_region :main


= yield :main

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
radiant-reader-extension-3.0.0.rc4 app/views/accounts/show.html.haml
radiant-reader-extension-3.0.0.rc3 app/views/accounts/show.html.haml