add more separating pipes in footer

This commit is contained in:
jomo
2015-03-23 23:15:05 +01:00
parent bafe1f27ac
commit 72503392e0
+2 -2
View File
@@ -10,12 +10,12 @@
<%= link_to "DMCA", dmca_path %> | <%= link_to "DMCA", dmca_path %> |
<%= link_to "https://github.com/RedstonerServer", title: "Redstoner on GitHub" do %> <%= link_to "https://github.com/RedstonerServer", title: "Redstoner on GitHub" do %>
GitHub <%=image_tag("github.png") %> GitHub <%=image_tag("github.png") %>
<% end %> <% end %> |
<%= link_to "https://twitter.com/RedstonerServer", title: "Redstoner on Twitter" do %> <%= link_to "https://twitter.com/RedstonerServer", title: "Redstoner on Twitter" do %>
Twitter <%= image_tag("twitter.png") %> Twitter <%= image_tag("twitter.png") %>
<% end %> <% end %>
<% if current_user %> <% if current_user %>
<%= link_to "http://slack-redstoner-public.herokuapp.com/?" + {mail: current_user.try(:email)}.to_param do %> | <%= link_to "http://slack-redstoner-public.herokuapp.com/?" + {mail: current_user.try(:email)}.to_param do %>
Join us on <img src="http://slack-redstoner-public.herokuapp.com/badge.svg" alt="Slack"> Join us on <img src="http://slack-redstoner-public.herokuapp.com/badge.svg" alt="Slack">
<% end %> <% end %>
<% end %> <% end %>