2015-05-05 13:25:29 +01:00
|
|
|
tab[ heading= t('activity_menu.activity_feed')
|
|
|
|
active= "actCtrl.activity_tab.active"
|
|
|
|
select = "actCtrl.getContent('activity')" ]
|
2015-01-28 12:16:22 +00:00
|
|
|
.row
|
2015-02-06 15:49:06 +00:00
|
|
|
.col-md-3.offset10== render 'sidebar'
|
|
|
|
.col-md-9.offset10
|
2015-01-28 12:16:22 +00:00
|
|
|
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)
|
2015-05-13 16:58:54 +01:00
|
|
|
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'
|