Sha256: 753ba7d7e752139ada166430cf8ac96dc13d29af4c7dfe2ac52fbb4c3a4e5d01
Contents?: true
Size: 730 Bytes
Versions: 2
Compression:
Stored size: 730 Bytes
Contents
- content_for :introduction do %p = link_to t('reader_extension.dashboard.profile'), reader_profile_url \| = link_to t('reader_extension.dashboard.account'), reader_account_url - if Radiant.config['reader.share_details?'] \| = link_to t('reader_extension.dashboard.edit_profile'), reader_edit_profile_url - content_for :breadcrumbs do = link_to t('reader_extension.home'), '/' = t('reader_extension.separator') = t('reader_extension.dashboard.title') - content_for :title do = t('reader_extension.dashboard.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/dashboard.html.haml |
radiant-reader-extension-3.0.0.rc3 | app/views/accounts/dashboard.html.haml |