summaryrefslogtreecommitdiff
path: root/app/views/layouts/_footer.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/layouts/_footer.html.erb')
-rw-r--r--app/views/layouts/_footer.html.erb8
1 files changed, 7 insertions, 1 deletions
diff --git a/app/views/layouts/_footer.html.erb b/app/views/layouts/_footer.html.erb
index 930eb26..cc2b2fd 100644
--- a/app/views/layouts/_footer.html.erb
+++ b/app/views/layouts/_footer.html.erb
@@ -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> \ No newline at end of file
+</div>