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.
This commit is contained in:
@@ -186,23 +186,6 @@
|
|||||||
/ <%= link_to "2257", usc_2257_path %>
|
/ <%= link_to "2257", usc_2257_path %>
|
||||||
/ <%= link_to "Upgrade", new_user_upgrade_path %>
|
/ <%= link_to "Upgrade", new_user_upgrade_path %>
|
||||||
/ <%= link_to "Contact", contact_path %>
|
/ <%= link_to "Contact", contact_path %>
|
||||||
/
|
|
||||||
<span class="social-icons">
|
|
||||||
<% 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 %>
|
|
||||||
</span>
|
</span>
|
||||||
</footer>
|
</footer>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|||||||
Reference in New Issue
Block a user