From 50c87964c9630b4acd43a24a8339375fdd0b993b Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Fri, 28 Aug 2015 10:28:01 -0300 Subject: [PATCH] Add missing class in join community button --- app/views/blocks/profile_info_actions/_join_leave_community.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/blocks/profile_info_actions/_join_leave_community.html.erb b/app/views/blocks/profile_info_actions/_join_leave_community.html.erb index 608c889..b561ec6 100644 --- a/app/views/blocks/profile_info_actions/_join_leave_community.html.erb +++ b/app/views/blocks/profile_info_actions/_join_leave_community.html.erb @@ -11,7 +11,7 @@ class: 'join-community', style: 'position: relative; display: none;' %> <% else %> - <%= button :add, _('Join this community'), profile.join_url %> + <%= button :add, _('Join this community'), profile.join_url, class: 'join-community' %> <% end %> <% end %> <% else %> -- libgit2 0.21.2