summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2015-03-23 23:15:05 +0100
committerjomo <github@jomo.tv>2015-03-23 23:15:05 +0100
commit72503392e0873d94463366ae9c277cb5dc37986f (patch)
treec1203273b3180f7d359fa3a3eb4beb4da357b4e2
parentbafe1f27aca011607f842db8eef8641ff015828a (diff)
add more separating pipes in footer
-rw-r--r--app/views/layouts/_footer.html.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/layouts/_footer.html.erb b/app/views/layouts/_footer.html.erb
index be7ea64..db71368 100644
--- a/app/views/layouts/_footer.html.erb
+++ b/app/views/layouts/_footer.html.erb
@@ -10,12 +10,12 @@
<%= link_to "DMCA", dmca_path %> |
<%= link_to "https://github.com/RedstonerServer", title: "Redstoner on GitHub" do %>
GitHub <%=image_tag("github.png") %>
- <% end %>
+ <% end %> |
<%= link_to "https://twitter.com/RedstonerServer", title: "Redstoner on Twitter" do %>
Twitter <%= image_tag("twitter.png") %>
<% end %>
<% 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">
<% end %>
<% end %>