From c71bcb0528a61a68e30a6ee6d398d54523593985 Mon Sep 17 00:00:00 2001 From: Daniela Soares Feitosa Date: Tue, 6 Dec 2011 23:49:35 -0200 Subject: [PATCH] Changed text of profile info block --- app/views/blocks/profile_info_actions/community.rhtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/blocks/profile_info_actions/community.rhtml b/app/views/blocks/profile_info_actions/community.rhtml index cffe258..8b6ff03 100644 --- a/app/views/blocks/profile_info_actions/community.rhtml +++ b/app/views/blocks/profile_info_actions/community.rhtml @@ -2,7 +2,7 @@ <% if logged_in? %> <% if profile.members.include?(user) %>
  • - <%= button(:delete, content_tag('span', __('Leave')), profile.leave_url, + <%= button(:delete, content_tag('span', __('Leave community')), profile.leave_url, :class => 'leave-community', :title => _("Leave community"), :style => 'position: relative;') %> @@ -14,7 +14,7 @@ <% else %> <% unless profile.already_request_membership?(user) %>
  • - <%= button(:delete, content_tag('span', __('Leave')), profile.leave_url, + <%= button(:delete, content_tag('span', __('Leave community')), profile.leave_url, :class => 'leave-community', :title => _("Leave community"), :style => 'position: relative; display: none;') %> -- libgit2 0.21.2