Archived
add more separating pipes in footer
This commit is contained in:
@@ -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 %>
|
||||||
|
|||||||
Reference in New Issue
Block a user