rosa-build/app/views/home/activity.html.haml

10 lines
339 B
Plaintext
Raw Normal View History

2014-01-21 04:51:49 +00:00
-set_meta_tags title: nil
2012-05-11 16:44:19 +01:00
%h3.fix
= t("layout.activity_feed.header")
2014-01-21 04:51:49 +00:00
= 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 'feed_tabs'
2012-03-21 10:25:30 +00:00
=render 'list'
- content_for :sidebar, render('sidebar')
- render 'top_menu'