Sha256: 4e57355f8751211d71afb2b80076bb15fd7a294aee44cef4ca8e7d841cd59cdd
Contents?: true
Size: 1006 Bytes
Versions: 4
Compression:
Stored size: 1006 Bytes
Contents
- content_for :person do - if @reader && !@reader.new_record? = standard_gravatar_for(@reader) - content_for :section_navigation do = link_to t('reader_extension.navigation.readers'), readers_url, :class => 'section' - if current_reader = link_to t('reader_extension.navigation.dashboard'), reader_dashboard_url = link_to t('reader_extension.navigation.directory'), reader_index_url = link_to t('reader_extension.navigation.profile'), reader_profile_url = link_to t('reader_extension.navigation.account'), reader_account_url = link_to t('reader_extension.navigation.log_out'), reader_logout_url - if Radiant::Config['reader.help_url'] = link_to t('reader_extension.navigation.help'), Radiant::Config['reader.help_url'] - content_for :controls do = render :partial => 'accounts/controls' - content_for :signals do = render :partial => 'accounts/flasher' - content_for :welcome do =t("reader_extension.welcome", :name => current_reader.name) if current_reader
Version data entries
4 entries across 4 versions & 1 rubygems