Added Mastodon and onion service links to footer.

This commit is contained in:
Logan Fick
2017-10-15 15:33:22 -04:00
parent da2e66d0b8
commit 8c99e9631b
3 changed files with 7 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 477 B

BIN
app/assets/images/tor.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 581 B

View File

@@ -13,6 +13,12 @@
<% end %> |
<%= link_to "https://twitter.com/RedstonerServer", title: "Redstoner on Twitter" do %>
Twitter <%= image_tag("twitter.png") %>
<% end %> |
<%= link_to "https://mstdn.io/@RedstonerServer", title: "Redstoner on Mastodon" do %>
Mastodon <%= image_tag("mastodon.png") %>
<% end %> |
<%= link_to "http://rdstnr4biap5nao2.onion", title: "Redstoner over Tor" do %>
Onion Service <%= image_tag("tor.png") %>
<% end %>
<% if current_user %>
| <%= link_to "/slack/?" + {mail: current_user.try(:email)}.to_param do %>
@@ -20,4 +26,4 @@
<% end %>
<% end %>
</div>
</div>
</div>