Sha256: 3ca30018047eea850b1ff6a202f577ea814cded8e44037a72b7593012f16c6f0

Contents?: true

Size: 482 Bytes

Versions: 8

Compression:

Stored size: 482 Bytes

Contents

- if !current_reader
  = link_to t('navigation.log_in'), reader_login_url
  = link_to t('navigation.register'), new_reader_url
- elsif !current_reader.activated?
  = link_to t('navigation.activate'), reader_activation_url
- else
  = link_to t('navigation.profile'), reader_profile_url
  = link_to t('navigation.account'), reader_account_url
  - if current_reader.is_user?
    = link_to t('navigation.admin'), admin_pages_url
  = link_to t('navigation.log_out'), reader_logout_url


Version data entries

8 entries across 8 versions & 1 rubygems

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