Removed catchall shared/og in application.html.haml

• Removed:
- catchall shared/og in application.html.haml
This commit is contained in:
mgabdev 2020-07-21 23:25:41 -05:00
parent 31691b854a
commit 87e60eee04
1 changed files with 0 additions and 2 deletions

View File

@ -38,8 +38,6 @@
= render 'accounts/meta', account: @account, older_url: nil, newer_url: nil
- elsif @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