Sha256: 94c78a89e4e8b2b6321c52ac44f5deb2504c10dd60b0a661ac88f6d60aa813f1

Contents?: true

Size: 885 Bytes

Versions: 9

Compression:

Stored size: 885 Bytes

Contents

= render :partial => 'flasher'

%div.reader_show
  - if @reader == current_reader
    %p.system_message
      %strong
        =t('hello').titlecase
        = @reader.name + '.'
      = t('this_is_your_page')
    %ul.actions
      %li
        = link_to t('edit_profile'), edit_reader_url(@reader)
      %li
        = link_to t('change_gravatar'), "http://gravatar.com/site/login/"

  = gravatar_for(@reader, {:size => 128}, {:class => 'big_gravatar'})

  - if @reader.description.blank?
    %p 
     = t('no_description')
  - else
    = clean_textilize @reader.description

  = render :partial => 'contributions'
      
- content_for :breadhead do
  = link_to t('people').titlecase, '/readers'

- content_for :breadcrumbs do
  = link_to t('home').titlecase, '/'
  >
  = link_to t('people').titlecase, '/readers'
  >
  = @reader.name

- content_for :pagetitle do
  = @reader.name

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
radiant-reader-extension-1.2.4 app/views/readers/show.html.haml
radiant-reader-extension-1.2.3 app/views/readers/show.html.haml
radiant-reader-extension-1.2.2 app/views/readers/show.html.haml
radiant-reader-extension-1.2.1 app/views/readers/show.html.haml
radiant-reader-extension-1.2.0 app/views/readers/show.html.haml
radiant-reader-extension-1.1.1 app/views/readers/show.html.haml
radiant-reader-extension-1.1.0 app/views/readers/show.html.haml
radiant-reader-extension-1.0.1 app/views/readers/show.html.haml
radiant-reader-extension-1.0.0 app/views/readers/show.html.haml