mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-21 20:27:48 +01:00
Fix lints in app/views/public
This commit is contained in:
parent
3a4cb1eb26
commit
df2537a6cf
1 changed files with 3 additions and 3 deletions
|
@ -5,8 +5,8 @@
|
|||
= render 'shared/cursored_pagination_dummy', more_data_available: @more_data_available, last_id: @timeline_last_id
|
||||
|
||||
- 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 } }
|
||||
Load more
|
||||
|
||||
- provide(:title, generate_title("Public Timeline"))
|
||||
- parent_layout "feed"
|
||||
- provide(:title, generate_title('Public Timeline'))
|
||||
- parent_layout 'feed'
|
||||
|
|
Loading…
Reference in a new issue