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

13 lines
453 B
Plaintext
Raw Normal View History

2015-05-12 11:35:30 +01:00
tab[ active= "actCtrl.own_activity_tab.active"
2015-05-05 13:25:29 +01:00
select = "actCtrl.getContent('own_activity')" ]
2015-05-12 11:35:30 +01:00
tab-heading
=> t('activity_menu.own_activity')
strong.text-danger= t 'new_feature'
2015-05-05 13:25:29 +01:00
.row
.col-md-3.offset10== render 'sidebar'
.col-md-9.offset10
h3
= t 'layout.activity_feed.own_header'
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'