Sha256: efacae2d2afb15e63000b5746cca62b320059d0e51df02f169dd6e843c3dbf0b
Contents?: true
Size: 567 Bytes
Versions: 12
Compression:
Stored size: 567 Bytes
Contents
= render :partial => 'readers/standard_parts' - content_for :description do - if @reader.description.blank? %p = t('no_description') - else = clean_textilize @reader.description - @show_partials.each do |partial| = render :partial => partial, :locals => {:reader => @reader} - content_for :breadhead do = link_to t('readers').titlecase + t('separator'), readers_url = yield :parent - content_for :title do = @reader.name - content_for :breadcrumbs do = yield :breadhead = t('separator') = yield :title = yield :description
Version data entries
12 entries across 12 versions & 1 rubygems