change slack badge back to https

This commit is contained in:
jomo
2015-12-03 21:59:21 +01:00
parent acd1426618
commit e50f1fffee

View File

@@ -16,7 +16,7 @@
<% end %>
<% if current_user %>
| <%= link_to "http://slack.redstoner.com/?" + {mail: current_user.try(:email)}.to_param do %>
Join us on <img src="http://slack.redstoner.com/badge.svg" alt="Slack">
Join us on <img src="https://slack-redstoner-public.herokuapp.com/badge.svg" alt="Slack">
<% end %>
<% end %>
</div>