summaryrefslogtreecommitdiff
path: root/app/views/users/show.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/users/show.html.erb')
-rw-r--r--app/views/users/show.html.erb11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb
index e371a09..fbf848c 100644
--- a/app/views/users/show.html.erb
+++ b/app/views/users/show.html.erb
@@ -58,6 +58,17 @@
<td><%= link_to @user.skype, "skype:#{@user.skype}?chat", target: "_blank" %></a></td>
</tr>
<% end %>
+ <% if !@user.mastodon.blank? %>
+ <tr>
+ <td><b>Mastodon</b></td>
+ <td>
+ <% if @user.mastodon_instance %>
+ <%= link_to "@#{@user.mastodon}", "https://#{CGI.escape(@user.mastodon_instance)}/@#{CGI.escape(@user.mastodon)}", :target => "_blank" %></td>
+ <% else %>
+ <%= @user.mastodon %>
+ <% end %>
+ </tr>
+ <% end %>
<% if !@user.youtube.blank? && !@user.youtube_channelname.blank? %>
<tr>
<td><b>YouTube</b></td>