Fix lints in app/views/group
This commit is contained in:
parent
3a335798fe
commit
a290cad72d
|
@ -5,8 +5,8 @@
|
||||||
= render 'shared/cursored_pagination_dummy', more_data_available: @more_data_available, last_id: @timeline_last_id
|
= render 'shared/cursored_pagination_dummy', more_data_available: @more_data_available, last_id: @timeline_last_id
|
||||||
|
|
||||||
- if @more_data_available
|
- if @more_data_available
|
||||||
%button#load-more-btn.btn.btn-default{type: :button, data: { last_id: @timeline_last_id }}
|
%button.btn.btn-default#load-more-btn{ type: :button, data: { last_id: @timeline_last_id } }
|
||||||
= t 'views.actions.load'
|
= t 'views.actions.load'
|
||||||
|
|
||||||
- provide(:title, group_title(@group))
|
- provide(:title, group_title(@group))
|
||||||
- parent_layout "feed"
|
- parent_layout 'feed'
|
||||||
|
|
Loading…
Reference in New Issue