2012-05-05 18:18:29 +01: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")
|
|
|
|
= 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)
|
2012-05-05 18:18:29 +01:00
|
|
|
= render :partial => 'list', :object => @advisories
|
|
|
|
= will_paginate @advisories
|