2014-01-21 04:51:49 +00:00
|
|
|
- set_meta_tags title: t('layout.advisories.list_header')
|
|
|
|
- render partial: 'submenu'
|
2012-06-20 15:07:07 +01:00
|
|
|
%h3.fix
|
|
|
|
= t("layout.advisories.list_header")
|
2014-01-21 04:51:49 +00:00
|
|
|
= link_to image_tag("rss.ico", width: '15px', height: '15px', class: 'atom_icon'),
|
|
|
|
APP_CONFIG['anonymous_access'] ? advisories_path(format: 'atom') : advisories_path(format: 'atom', token: current_user.authentication_token)
|
|
|
|
= render partial: 'list', object: @advisories
|
2012-05-05 18:18:29 +01:00
|
|
|
= will_paginate @advisories
|