mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Shortened long line
This commit is contained in:
@@ -17,6 +17,8 @@ module FooterLinksHelper
|
||||
end
|
||||
|
||||
def show_social_icons?
|
||||
ContentConfig.footer_facebook_url.present? || ContentConfig.footer_twitter_url.present? || ContentConfig.footer_instagram_url.present? || ContentConfig.footer_linkedin_url.present? || ContentConfig.footer_googleplus_url.present? || ContentConfig.footer_pinterest_url.present?
|
||||
ContentConfig.footer_facebook_url.present? || ContentConfig.footer_twitter_url.present? ||
|
||||
ContentConfig.footer_instagram_url.present? || ContentConfig.footer_linkedin_url.present? ||
|
||||
ContentConfig.footer_googleplus_url.present? || ContentConfig.footer_pinterest_url.present?
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user