diff --git a/app/views/shared/profile_actions/xmpp_chat.html.erb b/app/views/shared/profile_actions/xmpp_chat.html.erb deleted file mode 100644 index 88a659b..0000000 --- a/app/views/shared/profile_actions/xmpp_chat.html.erb +++ /dev/null @@ -1,5 +0,0 @@ -<% if profile.members.include?(user) %> -
  • - <%= button_to_function(:chat, _('Enter chat room'), "open_chat_window(this, '##{profile.full_jid}')") %> -
  • -<% end %> -- libgit2 0.21.2