From f66d0274f12a265fe11ae1a334c409e105254b4d Mon Sep 17 00:00:00 2001 From: Rodrigo Souto Date: Wed, 28 Jan 2015 13:01:08 -0300 Subject: [PATCH] chat: remove open_chat button since the room is autamatically loaded now --- app/views/shared/profile_actions/xmpp_chat.html.erb | 5 ----- 1 file changed, 0 insertions(+), 5 deletions(-) delete mode 100644 app/views/shared/profile_actions/xmpp_chat.html.erb 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