Sha256: b18d873495e5364aa506789dd7d0147437f950aed92c84fdf1eb9f05e4b87f18

Contents?: true

Size: 901 Bytes

Versions: 8

Compression:

Stored size: 901 Bytes

Contents

- content_for :reader_css do
  %link{:rel => 'stylesheet', :type => 'text/css', :href => '/stylesheets/reader.css', :media => 'all'}

- content_for :reader_js do
  %script{:src => '/javascripts/reader.js', :type => 'text/javascript'}

- content_for :reader_css do
  - reader_css_paths.each do |path|
    %link{:rel => 'stylesheet', :href => path, :type => 'text/css'}

- content_for :reader_js do
  - reader_js_paths.each do |path|
    %script{:src => path, :type => 'text/javascript'}

- content_for :person do
  - if @reader && !@reader.new_record?
    = standard_gravatar_for(@reader)
  
- content_for :section_navigation do
  = link_to t('navigation.readers'), readers_url, :class => 'section'
  = link_to t('navigation.loading'), reader_session_url, :class => "remotecontent"
  - if Radiant::Config['reader.help_url']
    = link_to t('navigation.reader_help'), Radiant::Config['reader.help_url']

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
radiant-reader-extension-1.3.13 app/views/readers/_standard_parts.html.haml
radiant-reader-extension-1.3.12 app/views/readers/_standard_parts.html.haml
radiant-reader-extension-1.3.11 app/views/readers/_standard_parts.html.haml
radiant-reader-extension-1.3.10 app/views/readers/_standard_parts.html.haml
radiant-reader-extension-1.3.9 app/views/readers/_standard_parts.html.haml
radiant-reader-extension-1.3.8 app/views/readers/_standard_parts.html.haml
radiant-reader-extension-1.3.7 app/views/readers/_standard_parts.html.haml
radiant-reader-extension-1.3.6 app/views/readers/_standard_parts.html.haml