diff --git a/app/views/layouts/_footer.html.erb b/app/views/layouts/_footer.html.erb index e6ad78f..23da822 100644 --- a/app/views/layouts/_footer.html.erb +++ b/app/views/layouts/_footer.html.erb @@ -20,10 +20,5 @@ <%= link_to "https://discord.gg/QjfcPEJ", title: "Redstoner's Official Discord" do %> Discord <%= image_tag("discord.png") %> <% end %> - <% if current_user %> - | <%= link_to "/slack/?" + {mail: current_user.try(:email)}.to_param do %> - Join us on Slack - <% end %> - <% end %>