2012-03-30 15:54:30 +01:00
|
|
|
-set_meta_tags :title => nil
|
2012-05-11 16:44:19 +01:00
|
|
|
%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)
|
2012-03-21 10:25:30 +00:00
|
|
|
=render 'list'
|
2012-03-05 09:11:50 +00:00
|
|
|
|
|
|
|
- content_for :sidebar, render('sidebar')
|
2012-03-15 17:52:54 +00:00
|
|
|
- content_for :feed_tabs, render('feed_tabs')
|