rosa-build/app/views/activity_feeds/index.html.haml

9 lines
361 B
Plaintext

-set_meta_tags :title => nil
%h3.fix
= t("layout.activity_feed.header")
= link_to image_tag("rss.ico", :width => '15px', :height => '15px', :class => 'atom_icon'), atom_activity_feeds_path(:format => 'atom', :token => current_user.authentication_token)
=render 'list'
- content_for :sidebar, render('sidebar')
- content_for :feed_tabs, render('feed_tabs')