new footer with links
This commit is contained in:
@@ -7,6 +7,17 @@
|
||||
<% end %>
|
||||
</div>
|
||||
<div class="note">
|
||||
Website made by <a href="/users/2">jomo</a> with design by <a href="/users/12">ColoArtz</a>. | <a href="/dmca" target="_blank"><small>DMCA</small></a>
|
||||
<%= link_to "DMCA", dmca_path %> |
|
||||
<%= link_to "https://github.com/RedstonerServer", title: "Redstoner on GitHub" do %>
|
||||
GitHub <%=image_tag("github.png") %>
|
||||
<% 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 %>
|
||||
Join us on <img src="http://slack-redstoner-public.herokuapp.com/badge.svg" alt="Slack">
|
||||
<% end %>
|
||||
<% end %>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user