Remove `@title` assign inside view
This commit is contained in:
parent
a39960d269
commit
cb061b1da5
|
@ -9,5 +9,5 @@
|
||||||
%button.btn.btn-light#load-more-btn{ type: :button, data: { last_id: @timeline_last_id } }
|
%button.btn.btn-light#load-more-btn{ type: :button, data: { last_id: @timeline_last_id } }
|
||||||
= t 'views.actions.load'
|
= t 'views.actions.load'
|
||||||
|
|
||||||
- provide(:title, @title ||= APP_CONFIG["site_name"])
|
- provide(:title, @title || APP_CONFIG["site_name"])
|
||||||
- parent_layout 'feed'
|
- parent_layout 'feed'
|
||||||
|
|
Loading…
Reference in New Issue