From 81c889bc78b0fccbf4318dbcbd01f52eb1319dae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niko=20Heikkil=C3=A4?= Date: Wed, 13 Feb 2019 18:10:41 +0200 Subject: [PATCH] Add 'rel=me' on Mastodon URL on profile (#1792) --- app/views/users/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb index 0387eaa3a..99140357c 100644 --- a/app/views/users/show.html.erb +++ b/app/views/users/show.html.erb @@ -47,7 +47,7 @@ <% end %> <% if @user.mastodon_url? %> - + <%= inline_svg("mastodon-logo.svg", class:"icon-img") %> <% end %>