From 1720246cb9534bb67c06b700b8bf45843dcd1891 Mon Sep 17 00:00:00 2001 From: evazion Date: Tue, 10 May 2022 09:56:14 -0500 Subject: [PATCH] Remove Twitter/Github/Discord links from site footer. Our new payment processor demanded that we remove our social media links from the site. Removing these for compliance. It doesn't make sense, I know. --- app/views/layouts/default.html.erb | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/app/views/layouts/default.html.erb b/app/views/layouts/default.html.erb index 70ab34390..03a5a5e09 100644 --- a/app/views/layouts/default.html.erb +++ b/app/views/layouts/default.html.erb @@ -186,23 +186,6 @@ / <%= link_to "2257", usc_2257_path %> / <%= link_to "Upgrade", new_user_upgrade_path %> / <%= link_to "Contact", contact_path %> - / - - <% if Danbooru.config.source_code_url.present? %> - <%= link_to Danbooru.config.source_code_url, title: "Running commit: #{Rails.application.config.x.git_hash&.first(9)}", class: "social-icon" do %> - <%= github_icon %> - <% end %> - <% end %> - <% if Danbooru.config.twitter_username.present? %> - <%= link_to "https://twitter.com/#{Danbooru.config.twitter_username}", class: "social-icon" do %> - <%= twitter_icon %> - <% end %> - <% end %> - <% if Danbooru.config.discord_server_url.present? %> - <%= link_to Danbooru.config.discord_server_url, class: "social-icon" do %> - <%= discord_icon %> - <% end %> - <% end %> <% end %>