Removed catchall shared/og in application.html.haml
• Removed: - catchall shared/og in application.html.haml
This commit is contained in:
@@ -38,8 +38,6 @@
|
|||||||
= render 'accounts/meta', account: @account, older_url: nil, newer_url: nil
|
= render 'accounts/meta', account: @account, older_url: nil, newer_url: nil
|
||||||
- elsif @group
|
- elsif @group
|
||||||
= render 'groups/meta', group: @group
|
= render 'groups/meta', group: @group
|
||||||
- else
|
|
||||||
= render partial: 'shared/og'
|
|
||||||
|
|
||||||
%title= content_for?(:page_title) ? safe_join([yield(:page_title).chomp.html_safe, title], ' - ') : title
|
%title= content_for?(:page_title) ? safe_join([yield(:page_title).chomp.html_safe, title], ' - ') : title
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user