rosa-build/app/views/home/_activity_tab.html.slim

14 lines
582 B
Plaintext
Raw Normal View History

2015-05-05 13:25:29 +01:00
tab[ heading= t('activity_menu.activity_feed')
active= "actCtrl.activity_tab.active"
select = "actCtrl.getContent('activity')" ]
.row
2015-02-06 15:49:06 +00:00
.col-md-3.offset10== render 'sidebar'
.col-md-9.offset10
h3
= 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)
i< class= 'fa fa-spinner fa-spin fa-lg offset10 boffset10' ng-show= 'actCtrl.processing'
2015-05-05 13:25:29 +01:00
== render 'activity_tabsets'