remove new feature caption; hide activity when processing
This commit is contained in:
parent
77dda1add3
commit
3133bea575
|
@ -1,8 +1,9 @@
|
|||
tabset
|
||||
div ng-hide= 'actCtrl.processing'
|
||||
tabset
|
||||
- (collection = t 'feed_menu').each do |base, title|
|
||||
tab heading= title active= (@filter == base) select= "actCtrl.changeActivityFilter('#{base}')"
|
||||
/ The time line
|
||||
.row.offset10
|
||||
/ The time line
|
||||
.row.offset10
|
||||
.col-md-12.col-sm-12
|
||||
ul.timeline
|
||||
/ timeline time label
|
||||
|
@ -14,7 +15,7 @@ tabset
|
|||
.hide ng-repeat-end= true
|
||||
li
|
||||
i.img-circle.bg-primary.fa.fa-clock-o
|
||||
hr
|
||||
btn.center-block.btn.btn-primary[ ng-show= 'actCtrl.getCurActivity().next_page_link'
|
||||
hr
|
||||
btn.center-block.btn.btn-primary[ ng-show= 'actCtrl.getCurActivity().next_page_link'
|
||||
ng-click= "actCtrl.load_more()" ]
|
||||
= t('layout.activity_feed.load_messages')
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
hr
|
||||
h4
|
||||
=> t('layout.relations.filters')
|
||||
strong.text-danger= t 'new_feature'
|
||||
|
||||
.form-group
|
||||
= text_field_tag :owner_uname, nil,
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
tab[ active= "actCtrl.own_activity_tab.active"
|
||||
tab[ heading= t('activity_menu.own_activity')
|
||||
active= "actCtrl.own_activity_tab.active"
|
||||
select = "actCtrl.getContent('own_activity')" ]
|
||||
tab-heading
|
||||
=> t('activity_menu.own_activity')
|
||||
strong.text-danger= t 'new_feature'
|
||||
.row
|
||||
.col-md-3.offset10== render 'sidebar'
|
||||
.col-md-9.offset10
|
||||
|
|
Loading…
Reference in New Issue